Uses of Class
com.tencentcloudapi.ivld.v20210903.models.MediaMetadata
-
Packages that use MediaMetadata Package Description com.tencentcloudapi.ivld.v20210903.models -
-
Uses of MediaMetadata in com.tencentcloudapi.ivld.v20210903.models
Methods in com.tencentcloudapi.ivld.v20210903.models that return MediaMetadata Modifier and Type Method Description MediaMetadataMediaInfo. getMetadata()Get 媒资视频元信息,仅在MediaType=VIDEO时有效 注意:此字段可能返回 null,表示取不到有效值。MediaMetadataTaskInfo. getMetadata()Get 任务对应的媒资文件元信息,仅在MediaType为Video时有效 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ivld.v20210903.models with parameters of type MediaMetadata Modifier and Type Method Description voidMediaInfo. setMetadata(MediaMetadata Metadata)Set 媒资视频元信息,仅在MediaType=VIDEO时有效 注意:此字段可能返回 null,表示取不到有效值。voidTaskInfo. setMetadata(MediaMetadata Metadata)Set 任务对应的媒资文件元信息,仅在MediaType为Video时有效 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ivld.v20210903.models with parameters of type MediaMetadata Constructor Description MediaMetadata(MediaMetadata 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.
-