StreamPack
Toggle table of contents
3.0.0-RC
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.encoders
/
AudioCodecConfig
/
AudioCodecConfig
Audio
Codec
Config
constructor
(
mimeType
:
String
=
MediaFormat.MIMETYPE_AUDIO_AAC
,
startBitrate
:
Int
,
sampleRate
:
Int
=
getDefaultSampleRate(mimeType)
,
channelConfig
:
Int
=
AudioFormat.CHANNEL_IN_STEREO
,
byteFormat
:
Int
=
AudioFormat.ENCODING_PCM_16BIT
,
profile
:
Int
=
getDefaultProfile(mimeType)
)