SequenceSettings
Instance Methods
getAudioChannelCount
25.0number
Get number of channels in the sequence
getAudioChannelType
25.0number
Get Audio channel type of sequence. Could be 0 (Mono), 1 (Stereo), 2 (5.1), or 3 (multichannel)
getAudioDisplayFormat
25.0TimeDisplay
Get Audio display format
getAudioSampleRate
25.0FrameRate
Get audio sample rate
getCompositeInLinearColor
25.0boolean
Get if composite in linear color is checked
getEditingMode
25.0string
Get editing mode of sequence
getMaximumBitDepth
25.0boolean
Find if maximum bit depth is set
getMaxRenderQuality
25.0boolean
Find if maximum render quality is set
getPreviewCodec
25.0string
Get preview codec of sequence
getPreviewFileFormat
25.0string
Get preview file format of sequence
getPreviewFrameRect
25.0RectF
Get preview video frame rect in the sequence
getVideoDisplayFormat
25.0TimeDisplay
Get Video display format
getVideoFieldType
25.0number
Get video field type in the sequence
getVideoFrameRect
25.0RectF
Get video frame rect in the sequence
getVideoPixelAspectRatio
25.0string
Get Video display format
setAudioDisplayFormat
25.0boolean
Set audio display format of sequence.
Parameters
| Name | Type | Description |
|---|---|---|
audioDisplay | - |
setAudioSampleRate
25.0boolean
Set audio sample rate
Parameters
| Name | Type | Description |
|---|---|---|
inRate | - |
setCompositeInLinearColor
25.0boolean
Set if composite in linear color is checked
Parameters
| Name | Type | Description |
|---|---|---|
useCompositeInLinearColor | boolean | - |
setEditingMode
25.0boolean
Set editing mode of sequence
Parameters
| Name | Type | Description |
|---|---|---|
inEditingModeName | string | - |
setMaximumBitDepth
25.0boolean
Set maximum bit depth to true/false
Parameters
| Name | Type | Description |
|---|---|---|
useMaxBitDepth | boolean | - |
setMaxRenderQuality
25.0boolean
Set maximum render quality to true/false
Parameters
| Name | Type | Description |
|---|---|---|
useMaxRenderQuality | boolean | - |
setPreviewCodec
25.0boolean
Set preview codec of sequence
Parameters
| Name | Type | Description |
|---|---|---|
inPreviewCodec | string | - |
setPreviewFileFormat
25.0boolean
Set preview file format of sequence
Parameters
| Name | Type | Description |
|---|---|---|
inPreviewCodec | string | - |
setPreviewFrameRect
25.0boolean
Set preview video frame rect in sequence
Parameters
| Name | Type | Description |
|---|---|---|
inPreviewVideoRect | - |
setVideoDisplayFormat
25.0boolean
Set video display format of sequence
Parameters
| Name | Type | Description |
|---|---|---|
audioDisplay | - |
setVideoFieldType
25.0boolean
Set video field type in sequence
Parameters
| Name | Type | Description |
|---|---|---|
videoFiledType | number | - |
setVideoFrameRect
25.0boolean
Set video frame rect in sequence
Parameters
| Name | Type | Description |
|---|---|---|
inVideoFrameRect | - |
setVideoPixelAspectRatio
25.0boolean
Set video display format of sequence
Parameters
| Name | Type | Description |
|---|---|---|
inPixelAspectRatio | string | - |
