Uses of Class
com.tencentcloudapi.cme.v20191029.models.AudioStreamInfo
-
Packages that use AudioStreamInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of AudioStreamInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return AudioStreamInfo Modifier and Type Method Description AudioStreamInfo[]MediaMetaData. getAudioStreamInfoSet()Get 音频流信息。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type AudioStreamInfo Modifier and Type Method Description voidMediaMetaData. setAudioStreamInfoSet(AudioStreamInfo[] AudioStreamInfoSet)Set 音频流信息。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type AudioStreamInfo Constructor Description AudioStreamInfo(AudioStreamInfo 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.
-