public class PidSelector extends AbstractModel
header, skipSign
Constructor and Description |
---|
PidSelector() |
PidSelector(PidSelector 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[] |
getAudioPID()
Get 对于含有多音轨的流, 可以通过输入PID来指定需要使用的音轨,PID可以输入1到8191之间的正整数。
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getVideoPID()
Get 对于含有多个视频轨的流,可以通过输入PID来指定需要使用的视频轨,PID可以输入1到8191之间的正整数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAudioPID(Long[] AudioPID)
Set 对于含有多音轨的流, 可以通过输入PID来指定需要使用的音轨,PID可以输入1到8191之间的正整数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVideoPID(Long[] VideoPID)
Set 对于含有多个视频轨的流,可以通过输入PID来指定需要使用的视频轨,PID可以输入1到8191之间的正整数。
注意:此字段可能返回 null,表示取不到有效值。
|
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 PidSelector()
public PidSelector(PidSelector source)
public Long[] getAudioPID()
public void setAudioPID(Long[] AudioPID)
AudioPID
- 对于含有多音轨的流, 可以通过输入PID来指定需要使用的音轨,PID可以输入1到8191之间的正整数。
注意:此字段可能返回 null,表示取不到有效值。public Long[] getVideoPID()
public void setVideoPID(Long[] VideoPID)
VideoPID
- 对于含有多个视频轨的流,可以通过输入PID来指定需要使用的视频轨,PID可以输入1到8191之间的正整数。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.