TransportTransportProtocol Property |
The default value for the "lower-transport" parameters is specific to the profile.
Default: "RTP/AVP".
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public string TransportProtocol { get; set; }
Public Property TransportProtocol As String
Get
Set
public:
property String^ TransportProtocol {
String^ get ();
void set (String^ value);
}
member TransportProtocol : string with get, set
Property Value
Type:
String
The transport protocol.
See Also