PortTransportParam Constructor |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public PortTransportParam(
TransportParamType type,
int rtpPort,
Nullable<int> rtcpPort = null
)
Public Sub New (
type As TransportParamType,
rtpPort As Integer,
Optional rtcpPort As Nullable(Of Integer) = Nothing
)
public:
PortTransportParam(
TransportParamType type,
int rtpPort,
Nullable<int> rtcpPort = nullptr
)
new :
type : TransportParamType *
rtpPort : int *
?rtcpPort : Nullable<int>
(* Defaults:
let _rtcpPort = defaultArg rtcpPort null
*)
-> PortTransportParam
Parameters
- type
- Type: Ozeki.CameraTransportParamType
- rtpPort
- Type: SystemInt32
- rtcpPort (Optional)
- Type: SystemNullableInt32
See Also