DASHSource

open class DASHSource : AdaptiveSource

Represents a DASH media source.

Deprecated

use SourceConfig(url, type) instead.

Constructors

DASHSource
Link copied to clipboard
open fun DASHSource(url: String)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Parcelable.Creator<DASHSource>

Inherited functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
open fun describeContents(): Int
getType
Link copied to clipboard
open fun getType(): SourceType
Returns the SourceType of the MediaSource.
getUrl
Link copied to clipboard
open fun getUrl(): String
Returns the URL to the source of the MediaSource.
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)
open fun writeToParcel(dest: Parcel, flags: Int)