| RtpPacketToneEventDuration Property  | 
                Duration of this digit, in timestamp units. Thus, the
                event began at the instant identified by the RTP timestamp and has so far lasted as
                long as indicated by this parameter. The event may or may not have ended.
            
 
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int Duration { get; set; }Public Property Duration As Integer
	Get
	Set
public:
property int Duration {
	int get ();
	void set (int value);
}member Duration : int with get, set
Property Value
Type: 
Int32
                The duration.
            
See Also