MediaLiveEventIncomingStreamReceivedEventData interface
Gets the ingest URL provided by the live event.Gets the type of the track (Audio / Video).Gets the track name.Gets the bitrate of the track.Gets the remote IP.Gets the remote port.Gets the first timestamp of the data chunkGets the duration of the first data chunk.Gets the timescale in which timestamp is
Properties
bitrate | |
duration | |
encoder |
|
encoder |
|
ingest |
|
timescale | |
timestamp | |
track |
|
track |
Property Details
bitrate
bitrate?: number
Property Value
number
duration
duration?: string
Property Value
string
encoderIp
encoderIp?: string
Property Value
string
encoderPort
encoderPort?: string
Property Value
string
ingestUrl
ingestUrl?: string
Property Value
string
timescale
timescale?: string
Property Value
string
timestamp
timestamp?: string
Property Value
string
trackName
trackName?: string
Property Value
string
trackType
trackType?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript