set
Set various frames of varios type Id3v2v3TagFrame to values
See also
Throws
Advanced set frame as string
See also
Throws
implies (id == TBPM || id == TLEN || id == TYER)
See also
implies (id in Id3v2v3TagFrame.stringFrames || id in Id3v2v3TagFrame.urlFrames)
See also
implies (id == TCOM || id == TCON || id == TPE1)
See also
See also
See also
See also
See also
See also
implies (id == WXXX) where UserDefinedText.value is a link.
See also
See also
See also
operator fun set(id: Id3v2v3TagFrame.UnsynchronisedLyricsTagFrame, lyrics: String, description: String, language: String)
Example Kotlin:
id3AudioWriter {
this[USLT, "lyrics", "description"] = "language"
}
Content copied to clipboard
See also
See also
Example Kotlin:
id3AudioWriter {
this[TXXX, "description"] = "value"
}
Content copied to clipboard
See also
See also
Example Kotlin:
id3AudioWriter {
this[WXXX, "description"] = "value"
}
Content copied to clipboard
See also
Example Kotlin:
id3AudioWriter {
this[PRIV, "id"] = byteArrayOf()
}
Content copied to clipboard