Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1017 Bytes

IndexTranscoder.md

File metadata and controls

22 lines (15 loc) · 1017 Bytes

IndexTranscoder

Properties

Name Type Description Notes
createdAt OffsetDateTime The date and time that the transcoder was created. [optional]
id String The unique alphanumeric string that identifies the transcoder. [optional]
name String A descriptive name for the transcoder. Maximum 200 characters. [optional]
workflow WorkflowEnum The method by which the transcoder was created, either transcoder for a transcoder created through the transcoder workflow or live_stream for a transcoder created automatically as part of the live stream workflow. [optional]
updatedAt OffsetDateTime The date and time that the transcoder was updated. [optional]

Enum: WorkflowEnum

Name Value
LIVE_STREAM "live_stream"
TRANSCODER "transcoder"