Gets or sets the delay.
            
 
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic double Delay { get; set; }Public Property Delay As Double
	Get
	Set
public:
property double Delay {
	double get ();
	void set (double value);
}member Delay : float with get, set
Property Value
Type: 
Double
                The delay.
            
See Also