Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.12 KB

IndexStreamTarget.md

File metadata and controls

23 lines (16 loc) · 1.12 KB

IndexStreamTarget

Properties

Name Type Description Notes
createdAt OffsetDateTime The date and time that the stream target was created. [optional]
id String The unique alphanumeric string that identifies the stream target. [optional]
name String A descriptive name for the stream target. Maximum 255 characters. [optional]
type TypeEnum WowzaStreamTarget is a Wowza CDN target. CustomStreamTarget (the default) is an external, third-party destination, and UltraLowLatencyStreamTarget is an ultra low latency stream target. <!--and FacebookStreamTarget (a Facebook Live target).-- [optional]
updatedAt OffsetDateTime The date and time that the stream target was updated. [optional]

Enum: TypeEnum

Name Value
WOWZASTREAMTARGET "WowzaStreamTarget"
CUSTOMSTREAMTARGET "CustomStreamTarget"
ULTRALOWLATENCYSTREAMTARGET "UltraLowLatencyStreamTarget"