Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1018 Bytes

File metadata and controls

18 lines (11 loc) · 1018 Bytes

SMPTETimeRepresentationRate

Properties

Name Type Description Notes
playback kotlin.collections.List<kotlin.Int> Playback speed of the framerate, represented as a `[numerator, denominator]` pair in an array. Optionally, this field also accepts fractions in string format, `&quot;numerator/denominator&quot;`. NTSC framerates like 23.98 should be sent as they're fully qualified rational value: `[24000, 1001]`. [optional]
ntsc inline The NTSC standard of the timecode. Can be `&quot;non_drop&quot;` or `null`. If `null`, playback must represent a whole-number value, such as `[24, 1]`. If `&quot;non_drop&quot;`, playback must represent a valid NTSC framerate, such as `[24000, 1001]`. [optional]

Enum: ntsc

Name Value
ntsc ntsc