Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 778 Bytes

TranscoderState.md

File metadata and controls

23 lines (16 loc) · 778 Bytes

TranscoderState

Properties

Name Type Description Notes
ipAddress String Available from version 1.1. The IP address of the transcoder instance. If the transcoder state is anything other than started, the ip_address is 0.0.0.0. [optional]
state StateEnum The state of the transcoder. [optional]
uptimeId String The unique identifier associated with a specific uptime period of a transcoder. [optional]

Enum: StateEnum

Name Value
STARTING "starting"
STOPPING "stopping"
STARTED "started"
STOPPED "stopped"
RESETTING "resetting"