public class InputTracks extends AbstractModel
header, skipSign
Constructor and Description |
---|
InputTracks() |
InputTracks(InputTracks 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 |
---|---|
InputTrack[] |
getTracks()
Get Audio track configuration information.
|
void |
setTracks(InputTrack[] Tracks)
Set Audio track configuration information.
|
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 InputTracks()
public InputTracks(InputTracks source)
public InputTrack[] getTracks()
public void setTracks(InputTrack[] Tracks)
Tracks
- Audio track configuration information.Copyright © 2025. All rights reserved.