MediaSource
abstract class MediaSource : Parcelable---
Deprecated
Base class for all media sources.
Inheritors
Constructors
| MediaSource | constructor(type: SourceType, url: String)constructor(in: Parcel) |
Properties
| Name | Summary |
|---|---|
| type | open val type: SourceType |
| url | open val url: String |