Player Module
3.22.0
Player Module
/
com.bitmovin.player.api.metadata
/
Metadata
Metadata
open
class
Metadata
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Metadata
Link copied to clipboard
open
fun
Metadata
(
entries
:
List
<
out
Metadata.Entry
>
,
startTime
:
Double
)
Content copied to clipboard
Types
Entry
Link copied to clipboard
interface
Entry
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
Content copied to clipboard
get
Link copied to clipboard
open
fun
get
(
index
:
Int
)
:
Metadata.Entry
Content copied to clipboard
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Content copied to clipboard
length
Link copied to clipboard
open
fun
length
(
)
:
Int
Content copied to clipboard
Properties
startTime
Link copied to clipboard
private
val
startTime
:
Double
Content copied to clipboard