LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
REFERENCE_TIME Structure
See Also  Members  
Leadtools.Multimedia Namespace : REFERENCE_TIME Structure



The REFERENCE_TIME data type defines the units for reference times in DirectShow. Each unit of reference time is 100 nanoseconds.

Object Model

REFERENCE_TIME Structure

Syntax

Visual Basic (Declaration) 
Public Structure REFERENCE_TIME 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As REFERENCE_TIME
C# 
public struct REFERENCE_TIME : System.ValueType 
C++/CLI 
public value class REFERENCE_TIME : public System.ValueType 

Remarks

The REFERENCE_TIME data type is a 64-bit integer. Reference times are usually measured from one of the following baselines: * An absolute clock time. In this case, the baseline will depend on the implementation of the clock. For more information, see Reference Clocks. * Relative to the start of playback. For more information about reference times, see the Microsoft documentation on Time and Clocks in DirectShow.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.Multimedia.REFERENCE_TIME

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also