Uses of Class
com.tencentcloudapi.mps.v20190612.models.DescribeMediaMetaDataResponse
-
Packages that use DescribeMediaMetaDataResponse Package Description com.tencentcloudapi.mps.v20190612 com.tencentcloudapi.mps.v20190612.models -
-
Uses of DescribeMediaMetaDataResponse in com.tencentcloudapi.mps.v20190612
Methods in com.tencentcloudapi.mps.v20190612 that return DescribeMediaMetaDataResponse Modifier and Type Method Description DescribeMediaMetaDataResponseMpsClient. DescribeMediaMetaData(DescribeMediaMetaDataRequest req)获取媒体的元信息,包括视频画面宽、高、编码格式、时长、帧率等。 -
Uses of DescribeMediaMetaDataResponse in com.tencentcloudapi.mps.v20190612.models
Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type DescribeMediaMetaDataResponse Constructor Description DescribeMediaMetaDataResponse(DescribeMediaMetaDataResponse 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.
-