Uses of Class
com.tencentcloudapi.cme.v20191029.models.VODExportInfo
-
Packages that use VODExportInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of VODExportInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return VODExportInfo Modifier and Type Method Description VODExportInfoExportVideoByEditorTrackDataRequest. getVODExportInfo()Get 导出的云点播媒资信息。当导出目标为 VOD 时必填。VODExportInfoExportVideoByTemplateRequest. getVODExportInfo()Get 导出的云点播媒资信息。当导出目标为 VOD 时必填。VODExportInfoExportVideoByVideoSegmentationDataRequest. getVODExportInfo()Get 导出的云点播媒资信息。当导出目标为 VOD 时必填。VODExportInfoExportVideoEditProjectRequest. getVODExportInfo()Get 导出的云点播媒资信息。当导出目标为 VOD 时必填。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type VODExportInfo Modifier and Type Method Description voidExportVideoByEditorTrackDataRequest. setVODExportInfo(VODExportInfo VODExportInfo)Set 导出的云点播媒资信息。当导出目标为 VOD 时必填。voidExportVideoByTemplateRequest. setVODExportInfo(VODExportInfo VODExportInfo)Set 导出的云点播媒资信息。当导出目标为 VOD 时必填。voidExportVideoByVideoSegmentationDataRequest. setVODExportInfo(VODExportInfo VODExportInfo)Set 导出的云点播媒资信息。当导出目标为 VOD 时必填。voidExportVideoEditProjectRequest. setVODExportInfo(VODExportInfo VODExportInfo)Set 导出的云点播媒资信息。当导出目标为 VOD 时必填。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type VODExportInfo Constructor Description VODExportInfo(VODExportInfo 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.
-