Service
class Service(val info: TSServiceInfo, var pmt: Pmt? = null, var streams: MutableList<Stream> = mutableListOf(), var pcrPid: Short? = null)
Constructors
Link copied to clipboard
constructor(info: TSServiceInfo, pmt: Pmt? = null, streams: MutableList<Stream> = mutableListOf(), pcrPid: Short? = null)