public class AudioSelectorInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AudioSelectorInfo() |
AudioSelectorInfo(AudioSelectorInfo 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 |
---|---|
AudioPidSelectionInfo |
getAudioPidSelection()
Get Audio `Pid` selection.
|
String |
getAudioSelectorType()
Get Audio input type, optional values: 'PID_SELECTOR' 'TRACK_SELECTOR', default value PID_SELECTOR.
|
InputTracks |
getAudioTrackSelection()
Get AudioTrack configuration.
|
String |
getName()
Get Audio name, which can contain 1-32 letters, digits, and underscores.
|
void |
setAudioPidSelection(AudioPidSelectionInfo AudioPidSelection)
Set Audio `Pid` selection.
|
void |
setAudioSelectorType(String AudioSelectorType)
Set Audio input type, optional values: 'PID_SELECTOR' 'TRACK_SELECTOR', default value PID_SELECTOR.
|
void |
setAudioTrackSelection(InputTracks AudioTrackSelection)
Set AudioTrack configuration.
|
void |
setName(String Name)
Set Audio name, which can contain 1-32 letters, digits, and underscores.
|
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 AudioSelectorInfo()
public AudioSelectorInfo(AudioSelectorInfo source)
public String getName()
public void setName(String Name)
Name
- Audio name, which can contain 1-32 letters, digits, and underscores.public AudioPidSelectionInfo getAudioPidSelection()
public void setAudioPidSelection(AudioPidSelectionInfo AudioPidSelection)
AudioPidSelection
- Audio `Pid` selection.public String getAudioSelectorType()
public void setAudioSelectorType(String AudioSelectorType)
AudioSelectorType
- Audio input type, optional values: 'PID_SELECTOR' 'TRACK_SELECTOR', default value PID_SELECTOR.public InputTracks getAudioTrackSelection()
public void setAudioTrackSelection(InputTracks AudioTrackSelection)
AudioTrackSelection
- AudioTrack configuration.Copyright © 2024. All rights reserved.