Uses of Class
com.tencentcloudapi.tiw.v20190919.models.StreamControl
-
Packages that use StreamControl Package Description com.tencentcloudapi.tiw.v20190919.models -
-
Uses of StreamControl in com.tencentcloudapi.tiw.v20190919.models
Methods in com.tencentcloudapi.tiw.v20190919.models that return StreamControl Modifier and Type Method Description StreamControl[]RecordControl. getStreamControls()Get 针对具体流指定控制参数,如果列表为空,则所有流采用全局配置的控制参数进行录制。列表不为空,则列表中指定的流将优先按此列表指定的控制参数进行录制。Methods in com.tencentcloudapi.tiw.v20190919.models with parameters of type StreamControl Modifier and Type Method Description voidRecordControl. setStreamControls(StreamControl[] StreamControls)Set 针对具体流指定控制参数,如果列表为空,则所有流采用全局配置的控制参数进行录制。列表不为空,则列表中指定的流将优先按此列表指定的控制参数进行录制。Constructors in com.tencentcloudapi.tiw.v20190919.models with parameters of type StreamControl Constructor Description StreamControl(StreamControl 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.
-