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
/
StringListFrame
String
List
Frame
data
class
StringListFrame
(
val
values
:
List
<
String
>
)
:
FrameValue
String lists.
Requirements:
values
must not be empty
.
See also
Id3v2v3Tag
Frame.
Companion.
listFrames
Members
Constructors
String
List
Frame
Link copied to clipboard
constructor
(
vararg
values
:
String
)
constructor
(
values
:
List
<
String
>
)
Properties
values
Link copied to clipboard
val
values
:
List
<
String
>