Uses of Class
com.tencentcloudapi.mps.v20190612.models.RTSPPullSourceAddress
-
Packages that use RTSPPullSourceAddress Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of RTSPPullSourceAddress in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return RTSPPullSourceAddress Modifier and Type Method Description RTSPPullSourceAddress[]CreateInputRTSPPullSettings. getSourceAddresses()Get RTSP源站的源站地址,有且只能有一个。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type RTSPPullSourceAddress Modifier and Type Method Description voidCreateInputRTSPPullSettings. setSourceAddresses(RTSPPullSourceAddress[] SourceAddresses)Set RTSP源站的源站地址,有且只能有一个。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type RTSPPullSourceAddress Constructor Description RTSPPullSourceAddress(RTSPPullSourceAddress 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.
-