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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var pmt: Pmt?
Link copied to clipboard