Package-level declarations
Types
Link copied to clipboard
interface ITSElement
Link copied to clipboard
class Service(val info: TSServiceInfo, var pmt: Pmt? = null, var streams: MutableList<Stream> = mutableListOf(), var pcrPid: Short? = null)
Link copied to clipboard
Link copied to clipboard
data class TSServiceInfo(val type: TSServiceInfo.ServiceType, val id: Short, val name: String, val providerName: String)