Click or drag to resize
TransportMode Property
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.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public string Mode { get; set; }

Property Value

Type: String
The mode.
See Also