Stream
constructor(item: String, streamUri: Uri, streamTracks: List<StreamTrack>, mimeType: String? = null, isDashOrHls: Boolean = false)
Parameters
item
The item the stream belongs to.
stream Uri
the URI of the stream.
stream Tracks
the tracks that the stream contains
mime Type
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.
is Dash Or Hls
depicts wather its a dynamic stream or not.