id3
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
id3
id3
/
io.github.kingg22.vibrion.id3.model
/
UserDefinedText
User
Defined
Text
data
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