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
/
PairedTextFrame
Paired
Text
Frame
data
class
PairedTextFrame
(
val
pairs
:
List
<
Pair
<
String
,
String
>
>
)
:
FrameValue
Paired text.
Requirements:
pairs
must not be empty
.
See also
Id3v2v3Tag
Frame.
IPLS
Members
Constructors
Paired
Text
Frame
Link copied to clipboard
constructor
(
vararg
pairs
:
Pair
<
String
,
String
>
)
constructor
(
pairs
:
Map
<
String
,
String
>
)
constructor
(
pairs
:
List
<
Pair
<
String
,
String
>
>
)
Properties
pairs
Link copied to clipboard
val
pairs
:
List
<
Pair
<
String
,
String
>
>