AudioBlock

An audio content block that contains audio data in various supported formats.

Types

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

Properties

Link copied to clipboard

Error information if the audio block could not be processed or contains invalid data.

Link copied to clipboard

The format of the audio data, such as MP3, WAV, FLAC, or other supported audio formats.

Link copied to clipboard

The source of the audio data, which can be provided as raw bytes or an S3 location.

Functions

Link copied to clipboard
inline fun copy(block: AudioBlock.Builder.() -> Unit = {}): AudioBlock
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