Id3Insertion

To insert ID3 tags in your output, specify two values. Use ID3 tag to specify the base 64 encoded string and use Timecode to specify the time when the tag should be inserted. To insert multiple ID3 tags in your output, create multiple instances of ID3 insertion.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id3: String?

Use ID3 tag to provide a fully formed ID3 tag in base64-encode format.

Link copied to clipboard

Provide a Timecode in HH:MM:SS:FF or HH:MM:SS;FF format.

Functions

Link copied to clipboard
inline fun copy(block: Id3Insertion.Builder.() -> Unit = {}): Id3Insertion
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String