public class MixTranscodeParams extends AbstractModel
Constructor and Description |
---|
MixTranscodeParams() |
MixTranscodeParams(MixTranscodeParams 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 |
---|---|
AudioParams |
getAudioParams()
Get The audio transcoding parameters for recording.
|
VideoParams |
getVideoParams()
Get The video transcoding parameters for recording.
|
void |
setAudioParams(AudioParams AudioParams)
Set The audio transcoding parameters for recording.
|
void |
setVideoParams(VideoParams VideoParams)
Set The video transcoding parameters for recording.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public MixTranscodeParams()
public MixTranscodeParams(MixTranscodeParams source)
public VideoParams getVideoParams()
public void setVideoParams(VideoParams VideoParams)
VideoParams
- The video transcoding parameters for recording. If you set this parameter, you must specify all its fields. If you do not set it, the default will be used.public AudioParams getAudioParams()
public void setAudioParams(AudioParams AudioParams)
AudioParams
- The audio transcoding parameters for recording. If you set this parameter, you must specify all its fields. If you do not set it, the default will be used.Copyright © 2023. All rights reserved.