Player Module
3.22.0
Player Module
/
com.bitmovin.player.api.metadata.id3
/
ApicFrame
Apic
Frame
open
class
ApicFrame
:
Id3Frame
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Apic
Frame
Link copied to clipboard
open
fun
ApicFrame
(
mimeType
:
String
,
description
:
String
,
pictureType
:
Int
,
pictureData
:
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
description
Link copied to clipboard
val
description
:
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
pictureData
Link copied to clipboard
val
pictureData
:
Array
<
Byte
>
Content copied to clipboard
pictureType
Link copied to clipboard
val
pictureType
:
Int
Content copied to clipboard