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.streamers.infos
/
IAudioConfigurationInfo
IAudio
Configuration
Info
interface
IAudioConfigurationInfo
:
IAVConfigurationInfo
Inheritors
AudioStreamerConfigurationInfo
Members
Properties
supported
Encoders
Link copied to clipboard
abstract
val
supportedEncoders
:
List
<
String
>
Functions
get
Supported
Bitrates
Link copied to clipboard
abstract
fun
getSupportedBitrates
(
mimeType
:
String
)
:
Range
<
Int
>
get
Supported
Byte
Formats
Link copied to clipboard
abstract
fun
getSupportedByteFormats
(
)
:
List
<
Int
>
get
Supported
Input
Channel
Range
Link copied to clipboard
abstract
fun
getSupportedInputChannelRange
(
mimeType
:
String
)
:
Range
<
Int
>
get
Supported
Sample
Rates
Link copied to clipboard
abstract
fun
getSupportedSampleRates
(
mimeType
:
String
)
:
List
<
Int
>