public class TrackInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TrackInfo() | 
| TrackInfo(TrackInfo 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 | 
|---|---|
| Float[] | getChannelVolume()Get The volume of the sound channel. | 
| String | getTrackNum()Get The serial number of the audio track and sound channel. | 
| void | setChannelVolume(Float[] ChannelVolume)Set The volume of the sound channel. | 
| void | setTrackNum(String TrackNum)Set The serial number of the audio track and sound channel. | 
| 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 TrackInfo()
public TrackInfo(TrackInfo source)
public String getTrackNum()
public void setTrackNum(String TrackNum)
TrackNum - The serial number of the audio track and sound channel.
public Float[] getChannelVolume()
public void setChannelVolume(Float[] ChannelVolume)
ChannelVolume - The volume of the sound channel.
Copyright © 2025. All rights reserved.