@Deprecated public class AudioStreamingLPCMParams extends AudioStreamingParams
| Modifier and Type | Class and Description |
|---|---|
static class |
AudioStreamingLPCMParams.SampleFormat
Deprecated.
Sample format of linear PCM data.
|
| Modifier and Type | Field and Description |
|---|---|
AudioStreamingLPCMParams.SampleFormat |
sampleFormat
Deprecated.
Sample format in which app will provide LPCM data to
IAudioStreamListener.sendAudio()
|
channels, samplingRate| Constructor and Description |
|---|
AudioStreamingLPCMParams(AudioStreamingLPCMParams.SampleFormat sampleFormat,
int samplingRate,
int channels)
Deprecated.
|
public final AudioStreamingLPCMParams.SampleFormat sampleFormat
This is reserved for future and not used right now.
public AudioStreamingLPCMParams(AudioStreamingLPCMParams.SampleFormat sampleFormat, int samplingRate, int channels)