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