Castify SDK
2.0.2
Castify SDK
/
jp.castify.api
/
AudioEncoderSetting
/
AAC
AAC
data
class
AAC
(
val
bps
:
Int
=
0
,
val
samplingRate
:
Int
=
44100
,
val
channelCount
:
Int
=
1
)
:
AudioEncoderSetting
AAC エンコーダーの設定です。
Constructors
Functions
Properties
Constructors
AAC
Link copied to clipboard
fun
AAC
(
bps
:
Int
=
0
,
samplingRate
:
Int
=
44100
,
channelCount
:
Int
=
1
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
bps
Link copied to clipboard
val
bps
:
Int
=
0
ビットレートです。
channel
Count
Link copied to clipboard
val
channelCount
:
Int
=
1
チャネル数です。
sampling
Rate
Link copied to clipboard
val
samplingRate
:
Int
=
44100
サンプリングレート(Hz)です。