Player Module
/
com.bitmovin.player.api.source
/
MediaSource
Media
Source
@
Deprecated
()
abstract class
MediaSource
:
Parcelable
Content copied to clipboard
Base class for all media sources.
Deprecated
use SourceConfig(url, type) instead.
Constructors
Functions
Inherited functions
Properties
Inheritors
Constructors
MediaSource
Link copied to clipboard
open fun
MediaSource
(type:
SourceType
, url:
String
)
Content copied to clipboard
MediaSource
Link copied to clipboard
open fun
MediaSource
(in:
Parcel
)
Content copied to clipboard
Properties
type
Link copied to clipboard
private open val
type
:
SourceType
Content copied to clipboard
url
Link copied to clipboard
private open val
url
:
String
Content copied to clipboard
Functions
describeContents
Link copied to clipboard
open fun
describeContents
():
Int
Content copied to clipboard
writeToParcel
Link copied to clipboard
open fun
writeToParcel
(dest:
Parcel
, flags:
Int
)
Content copied to clipboard
Inherited functions
describeContents
Link copied to clipboard
abstract fun
describeContents
():
Int
Content copied to clipboard
writeToParcel
Link copied to clipboard
abstract fun
writeToParcel
(p:
Parcel
, p1:
Int
)
Content copied to clipboard
Inheritors
AdaptiveSource
Link copied to clipboard
ProgressiveSource
Link copied to clipboard