UdpGroupSettings

Udp Group Settings

Types

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

Properties

Link copied to clipboard

Specifies behavior of last resort when input video is lost, and no more backup inputs are available. When dropTs is selected the entire transport stream will stop being emitted. When dropProgram is selected the program can be dropped from the transport stream (and replaced with null packets to meet the TS bitrate requirement). Or, when emitProgram is chosen the transport stream will continue to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video.

Link copied to clipboard

Indicates ID3 frame that has the timecode.

Link copied to clipboard

Timed Metadata interval in seconds.

Functions

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