Uses of Class
com.tencentcloudapi.cme.v20191029.models.RtmpPushInputInfo
-
Packages that use RtmpPushInputInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of RtmpPushInputInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return RtmpPushInputInfo Modifier and Type Method Description RtmpPushInputInfoStreamInputInfo. getRtmpPushInputInfo()Get 直播推流信息,当 InputType = RtmpPush 时必填。 注意:此字段可能返回 null,表示取不到有效值。RtmpPushInputInfo[]CreateProjectResponse. getRtmpPushInputInfoSet()Get 当 Catagory 为 STREAM_CONNECT 时,数组返回长度为2 ,第0个代表主输入源推流信息,第1个代表备输入源推流信息。只有当各自输入源类型为推流时才有有效内容。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type RtmpPushInputInfo Modifier and Type Method Description voidStreamInputInfo. setRtmpPushInputInfo(RtmpPushInputInfo RtmpPushInputInfo)Set 直播推流信息,当 InputType = RtmpPush 时必填。 注意:此字段可能返回 null,表示取不到有效值。voidCreateProjectResponse. setRtmpPushInputInfoSet(RtmpPushInputInfo[] RtmpPushInputInfoSet)Set 当 Catagory 为 STREAM_CONNECT 时,数组返回长度为2 ,第0个代表主输入源推流信息,第1个代表备输入源推流信息。只有当各自输入源类型为推流时才有有效内容。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type RtmpPushInputInfo Constructor Description RtmpPushInputInfo(RtmpPushInputInfo 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.
-