toggle menu
player-android
3.79.0
androidJvm
switch theme
search in API
player-core
/
com.bitmovin.player.api.metadata.id3
/
TextInformationFrame
Text
Information
Frame
class
TextInformationFrame
(
id
:
String
,
val
description
:
String
?
,
val
value
:
String
)
:
Id3Frame
Members
Constructors
Text
Information
Frame
Link copied to clipboard
constructor
(
id
:
String
,
description
:
String
?
,
value
:
String
)
Properties
description
Link copied to clipboard
@
JvmField
val
description
:
String
?
value
Link copied to clipboard
@
JvmField
val
value
:
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