The mode parameter indicates the methods to be supported for this session. Valid values
are Play and Record. If not provided, the default is Play.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public string Mode { get; set; }
Public Property Mode As String
Get
Set
public:
property String^ Mode {
String^ get ();
void set (String^ value);
}
member Mode : string with get, set
Property Value
Type:
String
The mode.
See Also