id3
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
id3
id3
/
io.github.kingg22.vibrion.id3
/
AttachedPictureBuilder
Attached
Picture
Builder
class
AttachedPictureBuilder
Builder for
AttachedPicture
Members
Constructors
Attached
Picture
Builder
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
data
Link copied to clipboard
var
data
:
ByteArray
description
Link copied to clipboard
var
description
:
String
type
Link copied to clipboard
var
type
:
AttachedPictureType
use
Unicode
Encoding
Link copied to clipboard
var
useUnicodeEncoding
:
Boolean
Functions
build
Link copied to clipboard
fun
build
(
)
:
AttachedPicture
data
Link copied to clipboard
fun
data
(
data
:
ByteArray
)
:
AttachedPictureBuilder
description
Link copied to clipboard
fun
description
(
description
:
String
)
:
AttachedPictureBuilder
type
Link copied to clipboard
fun
type
(
type
:
AttachedPictureType
)
:
AttachedPictureBuilder
use
Unicode
Encoding
Link copied to clipboard
fun
useUnicodeEncoding
(
useUnicodeEncoding
:
Boolean
)
:
AttachedPictureBuilder