LiveEventStreamEventDataResponse

data class LiveEventStreamEventDataResponse(val bitrate: Double? = null, val currentFragmentTimestamp: String? = null, val discontinuityGap: Double? = null, val duration: String? = null, val fragmentDropReason: String? = null, val fragmentOneDuration: String? = null, val fragmentOneTimestamp: String? = null, val fragmentTwoDuration: String? = null, val fragmentTwoTimestamp: String? = null, val maxTime: String? = null, val maxTimeMediaType: String? = null, val mediaTimestamp: String? = null, val mediaType: String? = null, val minTime: String? = null, val minTimeMediaType: String? = null, val previousFragmentDuration: String? = null, val previousFragmentTimestamp: String? = null, val remoteIp: String? = null, val remotePort: String? = null, val resolution: String? = null, val resultCode: String? = null, val resultMessage: String? = null, val streamId: String? = null, val streamName: String? = null, val timescale: String? = null, val timescaleOfMaxTime: String? = null, val timescaleOfMinTime: String? = null, val trackId: Int? = null, val trackName: String? = null)

The live event stream event data.

Constructors

Link copied to clipboard
constructor(bitrate: Double? = null, currentFragmentTimestamp: String? = null, discontinuityGap: Double? = null, duration: String? = null, fragmentDropReason: String? = null, fragmentOneDuration: String? = null, fragmentOneTimestamp: String? = null, fragmentTwoDuration: String? = null, fragmentTwoTimestamp: String? = null, maxTime: String? = null, maxTimeMediaType: String? = null, mediaTimestamp: String? = null, mediaType: String? = null, minTime: String? = null, minTimeMediaType: String? = null, previousFragmentDuration: String? = null, previousFragmentTimestamp: String? = null, remoteIp: String? = null, remotePort: String? = null, resolution: String? = null, resultCode: String? = null, resultMessage: String? = null, streamId: String? = null, streamName: String? = null, timescale: String? = null, timescaleOfMaxTime: String? = null, timescaleOfMinTime: String? = null, trackId: Int? = null, trackName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bitrate: Double? = null

Bitrate of the track.

Link copied to clipboard

Current fragment timestamp in timescale.

Link copied to clipboard

Length of the discontinuity gap in timescale.

Link copied to clipboard
val duration: String? = null

Fragment duration.

Link copied to clipboard

Reason the fragment was dropped.

Link copied to clipboard

Duration of first fragment used to make a comparison, in timescale.

Link copied to clipboard

Timestamp of first fragment used to make a comparison, in timescale.

Link copied to clipboard

Duration of second fragment used to make a comparison, in timescale.

Link copied to clipboard

Timestamp of second fragment used to make a comparison, in timescale.

Link copied to clipboard
val maxTime: String? = null

The larger timestamp of the two fragments compared.

Link copied to clipboard

The media type of the larger timestamp of two fragments compared.

Link copied to clipboard
val mediaTimestamp: String? = null

Fragment timestamp in timescale.

Link copied to clipboard
val mediaType: String? = null

Type of the track.

Link copied to clipboard
val minTime: String? = null

The smaller timestamp of the two fragments compared.

Link copied to clipboard

The media type of the smaller timestamp of two fragments compared.

Link copied to clipboard

Previous fragment duration in timescale.

Link copied to clipboard

Previous fragment timestamp in timescale.

Link copied to clipboard
val remoteIp: String? = null

Truncated IP of the encoder.

Link copied to clipboard
val remotePort: String? = null

Port of the encoder.

Link copied to clipboard
val resolution: String? = null

Width x Height for video, null otherwise.

Link copied to clipboard
val resultCode: String? = null

Result code.

Link copied to clipboard
val resultMessage: String? = null

Result message.

Link copied to clipboard
val streamId: String? = null

Stream ID in the format "trackName_bitrate"

Link copied to clipboard
val streamName: String? = null

Identifier of the stream or connection. Encoder or customer is responsible to add this ID in the ingest URL.

Link copied to clipboard
val timescale: String? = null

Timescale in which timestamps are expressed.

Link copied to clipboard

Timescale of the fragment with the larger timestamp.

Link copied to clipboard

Timescale of the fragment with the smaller timestamp.

Link copied to clipboard
val trackId: Int? = null

Track index.

Link copied to clipboard
val trackName: String? = null

Name of the track.