MediaSource

abstract class MediaSource : Parcelable

Deprecated

Base class for all media sources.

Deprecated

use SourceConfig(url, type) instead.

Inheritors

Constructors

Link copied to clipboard
constructor(type: SourceType, url: String)
constructor(in: Parcel)

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

Link copied to clipboard
open val type: SourceType
Link copied to clipboard
open val url: String