TransformOutputCustomPresetCodecAacAudio

data class TransformOutputCustomPresetCodecAacAudio(val bitrate: Int? = null, val channels: Int? = null, val label: String? = null, val profile: String? = null, val samplingRate: Int? = null)

Constructors

Link copied to clipboard
constructor(bitrate: Int? = null, channels: Int? = null, label: String? = null, profile: String? = null, samplingRate: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bitrate: Int? = null

The bitrate of the audio in bits per second. Default to 128000.

Link copied to clipboard
val channels: Int? = null

The number of audio channels. Default to 2.

Link copied to clipboard
val label: String? = null

Specifies the label for the codec. The label can be used to control muxing behavior.

Link copied to clipboard
val profile: String? = null

The encoding profile to be used when encoding audio with AAC. Possible values are AacLc, HeAacV1,and HeAacV2. Default to AacLc.

Link copied to clipboard
val samplingRate: Int? = null

The sampling rate to use for encoding in Hertz. Default to 48000.