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
/
PrivateFrame
Private
Frame
data
class
PrivateFrame
(
val
id
:
String
,
val
data
:
ByteArray
)
:
FrameValue
See also
Id3v2v3Tag
Frame.
PRIV
Members
Constructors
Private
Frame
Link copied to clipboard
constructor
(
id
:
String
,
data
:
ByteArray
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
id
Link copied to clipboard
val
id
:
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