MpegTsPayload

abstract class MpegTsPayload(val pid: Int, val isKeyFrame: Boolean = false)

Created by pedro on 28/8/23.

Inheritors

Constructors

Link copied to clipboard
constructor(pid: Int, isKeyFrame: Boolean = false)

Properties

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