MediaSource

MediaSource

abstract class MediaSource : Parcelable---

Deprecated


Base class for all media sources.

Inheritors

Constructors

MediaSourceconstructor(type: SourceType, url: String)constructor(in: Parcel)

Properties

NameSummary
typeopen val type: SourceType
urlopen val url: String

Functions

NameSummary
describeContentsopen fun describeContents(): Int
writeToParcelopen fun writeToParcel(dest: Parcel, flags: Int)