Uses of Class
com.tencentcloudapi.cme.v20191029.models.MediaCastProjectInput
-
Packages that use MediaCastProjectInput Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of MediaCastProjectInput in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return MediaCastProjectInput Modifier and Type Method Description MediaCastProjectInputCreateProjectRequest. getMediaCastProjectInput()Get 媒体转推项目输入信息,仅当项目类型为 MEDIA_CAST 时必填。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type MediaCastProjectInput Modifier and Type Method Description voidCreateProjectRequest. setMediaCastProjectInput(MediaCastProjectInput MediaCastProjectInput)Set 媒体转推项目输入信息,仅当项目类型为 MEDIA_CAST 时必填。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type MediaCastProjectInput Constructor Description MediaCastProjectInput(MediaCastProjectInput 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.
-