Uses of Class
com.tencentcloudapi.mps.v20190612.models.MediaVideoStreamItem
-
Packages that use MediaVideoStreamItem Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of MediaVideoStreamItem in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return MediaVideoStreamItem Modifier and Type Method Description MediaVideoStreamItem[]MediaMetaData. getVideoStreamSet()Get 视频流信息。MediaVideoStreamItem[]MediaTranscodeItem. getVideoStreamSet()Get 视频流信息。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type MediaVideoStreamItem Modifier and Type Method Description voidMediaMetaData. setVideoStreamSet(MediaVideoStreamItem[] VideoStreamSet)Set 视频流信息。voidMediaTranscodeItem. setVideoStreamSet(MediaVideoStreamItem[] VideoStreamSet)Set 视频流信息。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type MediaVideoStreamItem Constructor Description MediaVideoStreamItem(MediaVideoStreamItem 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.
-