| 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, `"numerator/denominator"`. 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 `"non_drop"` or `null`. If `null`, playback must represent a whole-number value, such as `[24, 1]`. If `"non_drop"`, playback must represent a valid NTSC framerate, such as `[24000, 1001]`. | [optional] |
| Name | Value |
|---|---|
| ntsc | ntsc |