public static class GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatAudio
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
bandwidth |
String |
codec |
String |
sampleRate |
| Constructor and Description |
|---|
GetLiveChannelStatResponseLiveChannelStatAudio() |
| Modifier and Type | Method and Description |
|---|---|
static GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatAudio |
build(Map<String,?> map) |
String |
getBandwidth() |
String |
getCodec() |
String |
getSampleRate() |
GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatAudio |
setBandwidth(String bandwidth) |
GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatAudio |
setCodec(String codec) |
GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatAudio |
setSampleRate(String sampleRate) |
@NameInMap(value="Bandwidth") public String bandwidth
@NameInMap(value="SampleRate") public String sampleRate
@NameInMap(value="Codec") public String codec
public GetLiveChannelStatResponseLiveChannelStatAudio()
public static GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatAudio build(Map<String,?> map) throws Exception
Exceptionpublic GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatAudio setBandwidth(String bandwidth)
public String getBandwidth()
public GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatAudio setSampleRate(String sampleRate)
public String getSampleRate()
public GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatAudio setCodec(String codec)
public String getCodec()
Copyright © 2021. All rights reserved.