id3
Toggle table of contents
0.7.0
common
Target filter
common
Switch theme
Search in API
Skip to content
id3
id3
/
io.github.kingg22.vibrion.id3.model
/
UserDefinedText
User
Defined
Text
class
UserDefinedText
(
val
description
:
String
,
val
value
:
String
)
:
FrameValue
User defined text frames.
Requirements:
Description
must not be blank
.
Value
must not be blank
.
See also
Id3v2v3Tag
Frame.
TXXX
Members
Constructors
User
Defined
Text
Link copied to clipboard
constructor
(
description
:
String
,
value
:
String
)
Properties
description
Link copied to clipboard
val
description
:
String
value
Link copied to clipboard
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
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String