public class AudioTrackChannelInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AudioTrackChannelInfo() |
AudioTrackChannelInfo(AudioTrackChannelInfo 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 |
getChannelsRemix()
Get Whether to enable audio mix.
|
TrackInfo[] |
getInputTrackInfo()
Get Audio track information.
|
String |
getSelectType()
Get Audio track input type.
|
void |
setChannelsRemix(Long ChannelsRemix)
Set Whether to enable audio mix.
|
void |
setInputTrackInfo(TrackInfo[] InputTrackInfo)
Set Audio track information.
|
void |
setSelectType(String SelectType)
Set Audio track input type.
|
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, toJsonString
public AudioTrackChannelInfo()
public AudioTrackChannelInfo(AudioTrackChannelInfo source)
public Long getChannelsRemix()
public void setChannelsRemix(Long ChannelsRemix)
ChannelsRemix
- Whether to enable audio mix. valid values:.
0: indicates not enabling audio mix.
1: Indicates enabling audio mix.
Default value: 0
Note: This field may return null, indicating that no valid value can be obtained.public String getSelectType()
public void setSelectType(String SelectType)
SelectType
- Audio track input type. valid values:.
trask: indicates usage of the audio track id.
trask_channel: indicates usage of the audio track id and sound channel id.
Default: trask.
If the original aduio track is multichannel, recommend using trask_channel.
Note: This field may return null, indicating that no valid value can be obtained.public TrackInfo[] getInputTrackInfo()
public void setInputTrackInfo(TrackInfo[] InputTrackInfo)
InputTrackInfo
- Audio track information.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.