Stream

constructor(item: String, streamUri: Uri, streamTracks: List<StreamTrack>, mimeType: String? = null, isDashOrHls: Boolean = false)

Parameters

item

The item the stream belongs to.

streamUri

the URI of the stream.

streamTracks

the tracks that the stream contains

mimeType

The mime type of the stream. This may only be set if ExoPlayer might not be able to infer the type of of the stream from the Uri itself.

isDashOrHls

depicts wather its a dynamic stream or not.