public static class StreamingProfile.AudioProfile
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
reqBitrate
The request bitrate.
|
int |
sampleRate
The preferred audio sample rate.
|
| Constructor and Description |
|---|
AudioProfile(int sampleRate,
int bitrate)
The Constructor for audio profile.
|