stream-webrtc-android
Toggle table of contents
1.3.6
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
stream-webrtc-android
stream-webrtc-android
/
org.webrtc.audio
/
JavaAudioDeviceModule
/
AudioSamples
Audio
Samples
open
class
AudioSamples
Contains audio sample information.
Members
Constructors
Audio
Samples
Link copied to clipboard
constructor
(
audioFormat
:
Int
,
channelCount
:
Int
,
sampleRate
:
Int
,
data
:
Array
<
Byte
>
)
Properties
audio
Format
Link copied to clipboard
val
audioFormat
:
Int
See getAudioFormat
channel
Count
Link copied to clipboard
val
channelCount
:
Int
See getChannelCount
data
Link copied to clipboard
val
data
:
Array
<
Byte
>
sample
Rate
Link copied to clipboard
val
sampleRate
:
Int
See getSampleRate