Pes

class Pes(val pid: Int, val isKeyFrame: Boolean, streamId: PesType, pts: Long, val bufferData: ByteBuffer) : MpegTsPayload

Created by pedro on 28/8/23.

Constructors

Link copied to clipboard
constructor(pid: Int, isKeyFrame: Boolean, streamId: PesType, pts: Long, bufferData: ByteBuffer)

Properties

Link copied to clipboard
Link copied to clipboard
val isKeyFrame: Boolean = false
Link copied to clipboard
val pid: Int

Functions

Link copied to clipboard
fun writeHeader(buffer: ByteBuffer)