PortTransportParamRtcpPort Property |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic Nullable<int> RtcpPort { get; }
Public ReadOnly Property RtcpPort As Nullable(Of Integer)
Get
public:
property Nullable<int> RtcpPort {
Nullable<int> get ();
}
member RtcpPort : Nullable<int> with get
Property Value
Type:
NullableInt32
See Also