MediaLiveEventIncomingStreamReceivedEventData interface
Encoder connect event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingStreamReceived event.
Properties
bitrate | Gets the bitrate of the track. NOTE: This property will not be serialized. It can only be populated by the server. |
duration | Gets the duration of the first data chunk. NOTE: This property will not be serialized. It can only be populated by the server. |
encoder |
Gets the remote IP. NOTE: This property will not be serialized. It can only be populated by the server. |
encoder |
Gets the remote port. NOTE: This property will not be serialized. It can only be populated by the server. |
ingest |
Gets the ingest URL provided by the live event. NOTE: This property will not be serialized. It can only be populated by the server. |
timescale | Gets the timescale in which timestamp is represented. NOTE: This property will not be serialized. It can only be populated by the server. |
timestamp | Gets the first timestamp of the data chunk received. NOTE: This property will not be serialized. It can only be populated by the server. |
track |
Gets the track name. NOTE: This property will not be serialized. It can only be populated by the server. |
track |
Gets the type of the track (Audio / Video). NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
bitrate
Gets the bitrate of the track. NOTE: This property will not be serialized. It can only be populated by the server.
bitrate: number
Property Value
number
duration
Gets the duration of the first data chunk. NOTE: This property will not be serialized. It can only be populated by the server.
duration: string
Property Value
string
encoderIp
Gets the remote IP. NOTE: This property will not be serialized. It can only be populated by the server.
encoderIp: string
Property Value
string
encoderPort
Gets the remote port. NOTE: This property will not be serialized. It can only be populated by the server.
encoderPort: string
Property Value
string
ingestUrl
Gets the ingest URL provided by the live event. NOTE: This property will not be serialized. It can only be populated by the server.
ingestUrl: string
Property Value
string
timescale
Gets the timescale in which timestamp is represented. NOTE: This property will not be serialized. It can only be populated by the server.
timescale: string
Property Value
string
timestamp
Gets the first timestamp of the data chunk received. NOTE: This property will not be serialized. It can only be populated by the server.
timestamp: string
Property Value
string
trackName
Gets the track name. NOTE: This property will not be serialized. It can only be populated by the server.
trackName: string
Property Value
string
trackType
Gets the type of the track (Audio / Video). NOTE: This property will not be serialized. It can only be populated by the server.
trackType: string
Property Value
string