MediaStream

A media stream represents one component of your content, such as video, audio, or ancillary data. After you add a media stream to your flow, you can associate it with sources and outputs that use the ST 2110 JPEG XS or CDI protocol.

Types

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

Properties

Link copied to clipboard

Attributes that are related to the media stream.

Link copied to clipboard

The sample rate for the stream. This value is measured in Hz.

Link copied to clipboard

A description that can help you quickly identify what your media stream is used for.

Link copied to clipboard
val fmt: Int?

The format type number (sometimes referred to as RTP payload type) of the media stream. MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver.

Link copied to clipboard

A unique identifier for the media stream.

Link copied to clipboard

A name that helps you distinguish one media stream from another.

Link copied to clipboard

The type of media stream.

Link copied to clipboard

The resolution of the video.

Functions

Link copied to clipboard
inline fun copy(block: MediaStream.Builder.() -> Unit = {}): MediaStream
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