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
/
PairedTextFrame
Paired
Text
Frame
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
(
pairs
:
List
<
Pair
<
String
,
String
>
>
)
constructor
(
vararg
pairs
:
Pair
<
String
,
String
>
)
constructor
(
pairs
:
Map
<
String
,
String
>
)
Properties
pairs
Link copied to clipboard
val
pairs
:
List
<
Pair
<
String
,
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