player-android
Toggle table of contents
3.124.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
player-android
player-core
/
com.bitmovin.player.api.metadata.id3
/
GeobFrame
Geob
Frame
data
class
GeobFrame
(
val
mimeType
:
String
,
val
filename
:
String
,
val
description
:
String
,
val
data
:
ByteArray
)
:
Id3Frame
Members
Constructors
Geob
Frame
Link copied to clipboard
constructor
(
mimeType
:
String
,
filename
:
String
,
description
:
String
,
data
:
ByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
data
Link copied to clipboard
@
JvmField
val
data
:
ByteArray
description
Link copied to clipboard
@
JvmField
val
description
:
String
filename
Link copied to clipboard
@
JvmField
val
filename
:
String
mime
Type
Link copied to clipboard
@
JvmField
val
mimeType
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int