Uses of Class
com.azure.resourcemanager.mediaservices.models.LiveEventTrackEventData
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of LiveEventTrackEventData in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionLiveEventTrackEventInner.data()
Get the data property: Event data.Modifier and TypeMethodDescriptionLiveEventTrackEventInner.withData
(LiveEventTrackEventData data) Set the data property: Event data. -
Uses of LiveEventTrackEventData in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionLiveEventTrackEvent.data()
Gets the data property: Event data.LiveEventTrackEventData.withBitrate
(Long bitrate) Set the bitrate property: Bitrate of the track.LiveEventTrackEventData.withDiscontinuityCount
(Long discontinuityCount) Set the discontinuityCount property: Number of discontinuities detected in the last 20 seconds.LiveEventTrackEventData.withHealthy
(Boolean healthy) Set the healthy property: Indicates whether ingest is healthy.LiveEventTrackEventData.withIncomingBitrate
(Long incomingBitrate) Set the incomingBitrate property: Calculated bitrate based on data chunks coming from encoder.LiveEventTrackEventData.withIngestDriftValue
(String ingestDriftValue) Set the ingestDriftValue property: Indicates the speed of delay, in seconds-per-minute, of the incoming audio or video data during the last minute.LiveEventTrackEventData.withLastFragmentArrivalTime
(OffsetDateTime lastFragmentArrivalTime) Set the lastFragmentArrivalTime property: The last timestamp in UTC that a fragment arrived at the ingest endpoint.LiveEventTrackEventData.withLastTimestamp
(String lastTimestamp) Set the lastTimestamp property: Latest timestamp received for a track in last 20 seconds.LiveEventTrackEventData.withNonincreasingCount
(Long nonincreasingCount) Set the nonincreasingCount property: Number of data chunks with timestamps in the past that were received in last 20 seconds.LiveEventTrackEventData.withOverlapCount
(Long overlapCount) Set the overlapCount property: Number of data chunks that had overlapped timestamps in last 20 seconds.Set the state property: State of the live event.LiveEventTrackEventData.withTimescale
(String timescale) Set the timescale property: Timescale in which timestamps are expressed.LiveEventTrackEventData.withTrackName
(String trackName) Set the trackName property: Name of the track.LiveEventTrackEventData.withTrackType
(LiveEventTrackType trackType) Set the trackType property: Type of the track.LiveEventTrackEventData.withTranscriptionLanguage
(String transcriptionLanguage) Set the transcriptionLanguage property: The language code (in BCP-47 format) of the transcription language.LiveEventTrackEventData.withTranscriptionState
(String transcriptionState) Set the transcriptionState property: This value is "On" for audio track heartbeats if live transcription is turned on, otherwise you will see an empty string.LiveEventTrackEventData.withUnexpectedBitrate
(Boolean unexpectedBitrate) Set the unexpectedBitrate property: If expected and actual bitrates differ by more than allowed limit in last 20 seconds.