TransportStream

The metadata of an elementary transport stream.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of channels in the audio stream.

Link copied to clipboard

The codec used by the stream.

Link copied to clipboard

The frame rate used by the video stream.

Link copied to clipboard

The frame resolution used by the video stream.

Link copied to clipboard
val pid: Int?

The Packet ID (PID) as it is reported in the Program Map Table.

Link copied to clipboard

The sample rate used by the audio stream.

Link copied to clipboard

The sample bit size used by the audio stream.

Link copied to clipboard

The Stream Type as it is reported in the Program Map Table.

Functions

Link copied to clipboard
inline fun copy(block: TransportStream.Builder.() -> Unit = {}): TransportStream
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String