Player Module
/
com.bitmovin.player.api.media.thumbnail
/
ThumbnailTrack
Thumbnail
Track
open class
ThumbnailTrack
:
Track
Content copied to clipboard
Represents a thumbnail track.
Types
Constructors
Inherited functions
Inherited properties
Constructors
ThumbnailTrack
Link copied to clipboard
fun
ThumbnailTrack
(url:
String
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Inherited properties
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
The ID of the
Track
.
isDefault
Link copied to clipboard
val
isDefault
:
Boolean
= false
Content copied to clipboard
Specifies whether the
Track
is a default Track.
label
Link copied to clipboard
val
label
:
String
? = null
Content copied to clipboard
The label of the
Track
.
roles
Link copied to clipboard
val
roles
:
List
<
MediaTrackRole
>
Content copied to clipboard
Specifies all the DASH roles that are associated with the
Track
.
type
Link copied to clipboard
val
type
:
TrackType
?
Content copied to clipboard
The
TrackType
of the
Track
.
url
Link copied to clipboard
val
url
:
String
?
Content copied to clipboard
The URL of the
Track
.
Inherited functions
describeContents
Link copied to clipboard
open override fun
describeContents
():
Int
Content copied to clipboard
writeToParcel
Link copied to clipboard
open override fun
writeToParcel
(parcel:
Parcel
, flags:
Int
)
Content copied to clipboard