MediaStream

A single track or stream of media that contains video, audio, or ancillary data. After you add a media stream to a flow, you can associate it with sources and outputs on that flow, as long as they use the CDI protocol or the ST 2110 JPEG XS protocol. Each source or output can consist of one or many media streams.

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