public class AudioCodecDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AudioCodecDetail() | 
| AudioCodecDetail(AudioCodecDetail 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 | 
|---|---|
| String | getChannelMode()Get Channel configuration, optional values: MONO (mono), STEREO (two-channel), 5.1 (surround). | 
| String | getProfile()Get Level in aac case, optional values: "LC" "HE-AAC" "HE-AACV2". | 
| void | setChannelMode(String ChannelMode)Set Channel configuration, optional values: MONO (mono), STEREO (two-channel), 5.1 (surround). | 
| void | setProfile(String Profile)Set Level in aac case, optional values: "LC" "HE-AAC" "HE-AACV2". | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AudioCodecDetail()
public AudioCodecDetail(AudioCodecDetail source)
public String getChannelMode()
public void setChannelMode(String ChannelMode)
ChannelMode - Channel configuration, optional values: MONO (mono), STEREO (two-channel), 5.1 (surround).public String getProfile()
public void setProfile(String Profile)
Profile - Level in aac case, optional values: "LC" "HE-AAC" "HE-AACV2".Copyright © 2025. All rights reserved.