MediaLiveEventIncomingStreamsOutOfSyncEventData interface
Incoming streams out of sync event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingStreamsOutOfSync event.
Properties
max |
Gets the maximum timestamp among all the tracks (audio or video). NOTE: This property will not be serialized. It can only be populated by the server. |
min |
Gets the minimum last timestamp received. NOTE: This property will not be serialized. It can only be populated by the server. |
timescale |
Gets the timescale in which "MaxLastTimestamp" is represented. NOTE: This property will not be serialized. It can only be populated by the server. |
timescale |
Gets the timescale in which "MinLastTimestamp" is represented. NOTE: This property will not be serialized. It can only be populated by the server. |
type |
Gets the type of stream with maximum last timestamp. NOTE: This property will not be serialized. It can only be populated by the server. |
type |
Gets the type of stream with minimum last timestamp. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
maxLastTimestamp
Gets the maximum timestamp among all the tracks (audio or video). NOTE: This property will not be serialized. It can only be populated by the server.
maxLastTimestamp: string
Property Value
string
minLastTimestamp
Gets the minimum last timestamp received. NOTE: This property will not be serialized. It can only be populated by the server.
minLastTimestamp: string
Property Value
string
timescaleOfMaxLastTimestamp
Gets the timescale in which "MaxLastTimestamp" is represented. NOTE: This property will not be serialized. It can only be populated by the server.
timescaleOfMaxLastTimestamp: string
Property Value
string
timescaleOfMinLastTimestamp
Gets the timescale in which "MinLastTimestamp" is represented. NOTE: This property will not be serialized. It can only be populated by the server.
timescaleOfMinLastTimestamp: string
Property Value
string
typeOfStreamWithMaxLastTimestamp
Gets the type of stream with maximum last timestamp. NOTE: This property will not be serialized. It can only be populated by the server.
typeOfStreamWithMaxLastTimestamp: string
Property Value
string
typeOfStreamWithMinLastTimestamp
Gets the type of stream with minimum last timestamp. NOTE: This property will not be serialized. It can only be populated by the server.
typeOfStreamWithMinLastTimestamp: string
Property Value
string