Uses of Class
com.tencentcloudapi.ie.v20200304.models.MediaTargetInfo
-
Packages that use MediaTargetInfo Package Description com.tencentcloudapi.ie.v20200304.models -
-
Uses of MediaTargetInfo in com.tencentcloudapi.ie.v20200304.models
Methods in com.tencentcloudapi.ie.v20200304.models that return MediaTargetInfo Modifier and Type Method Description MediaTargetInfoMediaCuttingInfo. getTargetInfo()Get 输出结果信息。MediaTargetInfoMediaJoiningInfo. getTargetInfo()Get 输出目标信息,拼接只采用FileName和Format,用于指定目标文件名和格式。 其中Format只支持mp4.Methods in com.tencentcloudapi.ie.v20200304.models with parameters of type MediaTargetInfo Modifier and Type Method Description voidMediaCuttingInfo. setTargetInfo(MediaTargetInfo TargetInfo)Set 输出结果信息。voidMediaJoiningInfo. setTargetInfo(MediaTargetInfo TargetInfo)Set 输出目标信息,拼接只采用FileName和Format,用于指定目标文件名和格式。 其中Format只支持mp4.Constructors in com.tencentcloudapi.ie.v20200304.models with parameters of type MediaTargetInfo Constructor Description MediaTargetInfo(MediaTargetInfo 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.
-