Uses of Class
com.azure.resourcemanager.mediaservices.models.LiveEventStreamEventData
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of LiveEventStreamEventData in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionLiveEventStreamEventInner.data()
Get the data property: Event data based on event type.Modifier and TypeMethodDescriptionLiveEventStreamEventInner.withData
(LiveEventStreamEventData data) Set the data property: Event data based on event type. -
Uses of LiveEventStreamEventData in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionLiveEventStreamEvent.data()
Gets the data property: Event data based on event type.LiveEventStreamEventData.withBitrate
(Long bitrate) Set the bitrate property: Bitrate of the track.LiveEventStreamEventData.withCurrentFragmentTimestamp
(String currentFragmentTimestamp) Set the currentFragmentTimestamp property: Current fragment timestamp in timescale.LiveEventStreamEventData.withDiscontinuityGap
(Long discontinuityGap) Set the discontinuityGap property: Length of the discontinuity gap in timescale.LiveEventStreamEventData.withDuration
(String duration) Set the duration property: Fragment duration.LiveEventStreamEventData.withFragmentDropReason
(String fragmentDropReason) Set the fragmentDropReason property: Reason the fragment was dropped.LiveEventStreamEventData.withFragmentOneDuration
(String fragmentOneDuration) Set the fragmentOneDuration property: Duration of first fragment used to make a comparison, in timescale.LiveEventStreamEventData.withFragmentOneTimestamp
(String fragmentOneTimestamp) Set the fragmentOneTimestamp property: Timestamp of first fragment used to make a comparison, in timescale.LiveEventStreamEventData.withFragmentTwoDuration
(String fragmentTwoDuration) Set the fragmentTwoDuration property: Duration of second fragment used to make a comparison, in timescale.LiveEventStreamEventData.withFragmentTwoTimestamp
(String fragmentTwoTimestamp) Set the fragmentTwoTimestamp property: Timestamp of second fragment used to make a comparison, in timescale.LiveEventStreamEventData.withMaxTime
(String maxTime) Set the maxTime property: The larger timestamp of the two fragments compared.LiveEventStreamEventData.withMaxTimeMediaType
(LiveEventStreamEventMaxTimeMediaType maxTimeMediaType) Set the maxTimeMediaType property: The media type of the larger timestamp of two fragments compared.LiveEventStreamEventData.withMediaTimestamp
(String mediaTimestamp) Set the mediaTimestamp property: Fragment timestamp in timescale.LiveEventStreamEventData.withMediaType
(LiveEventStreamEventMediaType mediaType) Set the mediaType property: Type of the track.LiveEventStreamEventData.withMinTime
(String minTime) Set the minTime property: The smaller timestamp of the two fragments compared.LiveEventStreamEventData.withMinTimeMediaType
(LiveEventStreamEventMinTimeMediaType minTimeMediaType) Set the minTimeMediaType property: The media type of the smaller timestamp of two fragments compared.LiveEventStreamEventData.withPreviousFragmentDuration
(String previousFragmentDuration) Set the previousFragmentDuration property: Previous fragment duration in timescale.LiveEventStreamEventData.withPreviousFragmentTimestamp
(String previousFragmentTimestamp) Set the previousFragmentTimestamp property: Previous fragment timestamp in timescale.LiveEventStreamEventData.withRemoteIp
(String remoteIp) Set the remoteIp property: Truncated IP of the encoder.LiveEventStreamEventData.withRemotePort
(String remotePort) Set the remotePort property: Port of the encoder.LiveEventStreamEventData.withResolution
(String resolution) Set the resolution property: Width x Height for video, null otherwise.LiveEventStreamEventData.withResultCode
(String resultCode) Set the resultCode property: Result code.LiveEventStreamEventData.withResultMessage
(String resultMessage) Set the resultMessage property: Result message.LiveEventStreamEventData.withStreamId
(String streamId) Set the streamId property: Stream ID in the format "trackName_bitrate".LiveEventStreamEventData.withStreamName
(String streamName) Set the streamName property: Identifier of the stream or connection.LiveEventStreamEventData.withTimescale
(String timescale) Set the timescale property: Timescale in which timestamps are expressed.LiveEventStreamEventData.withTimescaleOfMaxTime
(String timescaleOfMaxTime) Set the timescaleOfMaxTime property: Timescale of the fragment with the larger timestamp.LiveEventStreamEventData.withTimescaleOfMinTime
(String timescaleOfMinTime) Set the timescaleOfMinTime property: Timescale of the fragment with the smaller timestamp.LiveEventStreamEventData.withTrackId
(Integer trackId) Set the trackId property: Track index.LiveEventStreamEventData.withTrackName
(String trackName) Set the trackName property: Name of the track.