toggle menu
player-android
3.79.0
androidJvm
switch theme
search in API
player-core
/
com.bitmovin.player.api.source
/
MediaSource
Media
Source
abstract
class
MediaSource
:
Parcelable
Deprecated
Base class for all media sources.
Inheritors
AdaptiveSource
ProgressiveSource
Members
Constructors
Media
Source
Link copied to clipboard
constructor
(
type
:
SourceType
,
url
:
String
)
constructor
(
in
:
Parcel
)
Properties
type
Link copied to clipboard
open
val
type
:
SourceType
url
Link copied to clipboard
open
val
url
:
String
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)