toggle menu
livekit-compose-components
1.3.0
SDK
switch theme
search in API
livekit-compose-components
/
io.livekit.android.compose.ui.audio
/
AudioFormat
Audio
Format
data
class
AudioFormat
(
val
bitsPerSample
:
Int
,
val
sampleRate
:
Int
,
val
numberOfChannels
:
Int
)
Members
Constructors
Audio
Format
Link copied to clipboard
constructor
(
bitsPerSample
:
Int
,
sampleRate
:
Int
,
numberOfChannels
:
Int
)
Properties
bits
Per
Sample
Link copied to clipboard
val
bitsPerSample
:
Int
number
Of
Channels
Link copied to clipboard
val
numberOfChannels
:
Int
sample
Rate
Link copied to clipboard
val
sampleRate
:
Int