Player Module
3.22.0
Player Module
/
com.bitmovin.player.api.metadata.id3
/
CommentFrame
Comment
Frame
open
class
CommentFrame
:
Id3Frame
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Comment
Frame
Link copied to clipboard
open
fun
CommentFrame
(
language
:
String
,
description
:
String
,
text
:
String
)
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
language
Link copied to clipboard
val
language
:
String
Content copied to clipboard
text
Link copied to clipboard
val
text
:
String
Content copied to clipboard