toggle menu
StreamPack
androidJvm
switch theme
search in API
core
/
io.github.thibaultbee.streampack.streamers.helpers
/
IAudioConfigurationHelper
IAudio
Configuration
Helper
interface
IAudioConfigurationHelper
:
IAVConfigurationHelper
Inheritors
AudioStreamerConfigurationHelper
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
>