Mpeg2TsService

data class Mpeg2TsService(    val type: Byte = 1,     val id: Short = 18072,     val name: String = "Mpeg2TsService",     val providerName: String = "com.pedro.srt",     var pmt: Pmt? = null,     val tracks: MutableList<Track> = mutableListOf(),     var pcrPid: Short? = null)

Created by pedro on 26/8/23.

Constructors

Link copied to clipboard
constructor(    type: Byte = 1,     id: Short = 18072,     name: String = "Mpeg2TsService",     providerName: String = "com.pedro.srt",     pmt: Pmt? = null,     tracks: MutableList<Track> = mutableListOf(),     pcrPid: Short? = null)

Properties

Link copied to clipboard
val id: Short = 18072
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var pmt: Pmt?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Byte = 1

Functions

Link copied to clipboard
fun addTrack(codec: Codec)
Link copied to clipboard
fun clear()
Link copied to clipboard
Link copied to clipboard