AAC

data class AAC(val bps: Int = 0, val samplingRate: Int = 44100, val channelCount: Int = 1) : AudioEncoderSetting

AAC エンコーダーの設定です。

Constructors

Link copied to clipboard
fun AAC(bps: Int = 0, samplingRate: Int = 44100, channelCount: Int = 1)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val bps: Int = 0

ビットレートです。

Link copied to clipboard
val channelCount: Int = 1

チャネル数です。

Link copied to clipboard
val samplingRate: Int = 44100

サンプリングレート(Hz)です。