Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
@RequiresOptIn(message = "This API is experimental and can change any time", level = RequiresOptIn.Level.ERROR)
annotation class ExperimentalVibrionId3

The API marked with this is experimental and change, binary compatibility is not guaranteed.

Link copied to clipboard
class Id3AudioWriter @JvmOverloads constructor(var padding: Int = 4096)

Builder for ID3 v2.3 tags.

Link copied to clipboard
annotation class Id3Dsl

DSL Marker

Link copied to clipboard
sealed interface Id3TagFrame
Link copied to clipboard
sealed interface Id3v2v3TagFrame : Id3TagFrame

ID3 v2.3 frame types

Link copied to clipboard

Builder for Id3AudioWriter, aka a verbose builder for tag frame.