id3
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
id3
id3
/
io.github.kingg22.vibrion.id3
/
Id3v2v3TagFrame
/
Companion
Companion
object
Companion
Members
Properties
all
Frames
Link copied to clipboard
@
JvmStatic
val
allFrames
:
List
<
Id3v2v3TagFrame
>
integer
Frames
Link copied to clipboard
@
JvmStatic
val
integerFrames
:
List
<
Id3v2v3TagFrame.IntegerTagFrame
>
list
Frames
Link copied to clipboard
@
JvmStatic
val
listFrames
:
List
<
Id3v2v3TagFrame.ListStringTagFrame
>
list
Pair
Frames
Link copied to clipboard
@
JvmStatic
val
listPairFrames
:
List
<
Id3v2v3TagFrame.IPLS
>
object
Frames
Link copied to clipboard
@
JvmStatic
val
objectFrames
:
List
<
Id3v2v3TagFrame
>
string
And
Url
Frames
Link copied to clipboard
@
JvmStatic
val
stringAndUrlFrames
:
List
<
Id3v2v3TagFrame.TextTagFrame
>
string
Frames
Link copied to clipboard
@
JvmStatic
val
stringFrames
:
List
<
Id3v2v3TagFrame.TextTagFrame
>
url
Frames
Link copied to clipboard
@
JvmStatic
val
urlFrames
:
List
<
Id3v2v3TagFrame.UrlTagFrame
>
Functions
from
Code
Link copied to clipboard
@
JvmStatic
fun
fromCode
(
code
:
String
)
:
Id3v2v3TagFrame
Get
Id3v2v3TagFrame
from the name (or code) of the frame.