public static class LiveChannelStat.AudioStat extends Object
| Constructor and Description |
|---|
AudioStat() |
AudioStat(int bandWidth,
int sampleRate,
String codec) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBandWidth() |
String |
getCodec() |
int |
getSampleRate() |
void |
setBandWidth(int bandWidth) |
void |
setCodec(String codec) |
void |
setSampleRate(int sampleRate) |
public AudioStat()
public AudioStat(int bandWidth,
int sampleRate,
String codec)
Copyright © 2023. All Rights Reserved.