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 the feature of multi-audio track mixing.
|
TrackInfo[] |
getInputTrackInfo()
Get Audio track information.
|
String |
getSelectType()
Get Set the selector type for the input audio track.
|
void |
setChannelsRemix(Long ChannelsRemix)
Set Whether to enable the feature of multi-audio track mixing.
|
void |
setInputTrackInfo(TrackInfo[] InputTrackInfo)
Set Audio track information.
|
void |
setSelectType(String SelectType)
Set Set the selector type for the input audio track.
|
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, toJsonString
public AudioTrackChannelInfo()
public AudioTrackChannelInfo(AudioTrackChannelInfo source)
public Long getChannelsRemix()
public void setChannelsRemix(Long ChannelsRemix)
ChannelsRemix
- Whether to enable the feature of multi-audio track mixing. Valid values:
public String getSelectType()
public void setSelectType(String SelectType)
SelectType
- Set the selector type for the input audio track. Valid values:
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.