siRenderingType Enum


Enumerations

enum   siRenderingType {
  siRenderSequence = 0,
  siRenderFramePreview = 1,
  siRenderExportArchive = 2
}

Detailed Description

Specifies the type of rendering.
See also:
Context Attributes

OnEvent callback


Enumeration Type Documentation

enum siRenderingType

Enumerator:
siRenderSequence  [0] Render sequence.
siRenderFramePreview  [1] Frame preview or render region rendering.
siRenderExportArchive  [2] Exporting render data to an archive.

Note: The enumeration value siRenderEchoToMi also exists for backwards compatibility.