Player Module
3.22.0
Player Module
/
com.bitmovin.player.api.metadata.id3
/
GeobFrame
Geob
Frame
open
class
GeobFrame
:
Id3Frame
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Geob
Frame
Link copied to clipboard
open
fun
GeobFrame
(
mimeType
:
String
,
filename
:
String
,
description
:
String
,
data
:
Array
<
Byte
>
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Content copied to clipboard
Properties
data
Link copied to clipboard
val
data
:
Array
<
Byte
>
Content copied to clipboard
description
Link copied to clipboard
val
description
:
String
Content copied to clipboard
filename
Link copied to clipboard
val
filename
:
String
Content copied to clipboard
ID
Link copied to clipboard
val
ID
:
String
Content copied to clipboard
mimeType
Link copied to clipboard
val
mimeType
:
String
Content copied to clipboard