TS

open class TS(var listener: IMuxerInternal.IMuxerListener? = null, val pid: Short, transportErrorIndicator: Boolean = false, transportPriority: Boolean = false, transportScramblingControl: Byte = 0, continuityCounter: Byte = 0) : TSOutputCallback

Inheritors

Constructors

Link copied to clipboard
constructor(listener: IMuxerInternal.IMuxerListener? = null, pid: Short, transportErrorIndicator: Boolean = false, transportPriority: Boolean = false, transportScramblingControl: Byte = 0, continuityCounter: Byte = 0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val pid: Short

Functions

Link copied to clipboard
protected fun write(payload: ByteBuffer? = null, adaptationField: ByteBuffer? = null, specificHeader: ByteBuffer? = null, stuffingForLastPacket: Boolean = false, timestamp: Long = 0)
Link copied to clipboard
protected fun writePacket(packet: SrtPacket)