Uses of Class
com.tencentcloudapi.ame.v20190916.models.SetAudioParamCommandInput
-
Packages that use SetAudioParamCommandInput Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of SetAudioParamCommandInput in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return SetAudioParamCommandInput Modifier and Type Method Description SetAudioParamCommandInput
SyncKTVRobotCommandRequest. getSetAudioParamCommandInput()
Get 音频参数,当Command取SetAudioParam时,必填。SetAudioParamCommandInput
SyncRobotCommand. getSetAudioParamCommandInput()
Get 音频参数,当Command取SetAudioParam时,必填。SetAudioParamCommandInput
KTVRobotInfo. getSetAudioParamInput()
Get 音频参数。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type SetAudioParamCommandInput Modifier and Type Method Description void
SyncKTVRobotCommandRequest. setSetAudioParamCommandInput(SetAudioParamCommandInput SetAudioParamCommandInput)
Set 音频参数,当Command取SetAudioParam时,必填。void
SyncRobotCommand. setSetAudioParamCommandInput(SetAudioParamCommandInput SetAudioParamCommandInput)
Set 音频参数,当Command取SetAudioParam时,必填。void
KTVRobotInfo. setSetAudioParamInput(SetAudioParamCommandInput SetAudioParamInput)
Set 音频参数。Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type SetAudioParamCommandInput Constructor Description SetAudioParamCommandInput(SetAudioParamCommandInput 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.
-