Package-level declarations
Types
Link copied to clipboard
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.