Source

interface Source : Parcelable

Identifies a source for media replay.

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
file
Link copied to clipboard
abstract fun file(): File
Retrieves source local file.
trackName
Link copied to clipboard
abstract fun trackName(): String
Retrieves selected track for this source.
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)