public class AudioTemplateInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AudioTemplateInfo() | 
| AudioTemplateInfo(AudioTemplateInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAudioChannel()Get 音频通道数,可选值:2:双通道。默认值:2。 | 
| String | getCodec()Get 音频流的编码格式。可选值为:
libfdk_aac。 | 
| void | setAudioChannel(Long AudioChannel)Set 音频通道数,可选值:2:双通道。默认值:2。 | 
| void | setCodec(String Codec)Set 音频流的编码格式。可选值为:
libfdk_aac。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AudioTemplateInfo()
public AudioTemplateInfo(AudioTemplateInfo source)
public String getCodec()
public void setCodec(String Codec)
Codec - 音频流的编码格式。可选值为:
public Long getAudioChannel()
public void setAudioChannel(Long AudioChannel)
AudioChannel - 音频通道数,可选值:Copyright © 2025. All rights reserved.