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
/
StringListFrame
String
List
Frame
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
(
values
:
List
<
String
>
)
constructor
(
vararg
values
:
String
)
Properties
values
Link copied to clipboard
val
values
:
List
<
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