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



The desired average display time of the video frames, in 100-nanosecond units. The actual time per frame may be longer.

Syntax

Visual Basic (Declaration) 
Public AvgTimePerFrame As REFERENCE_TIME
Visual Basic (Usage)Copy Code
Dim instance As VideoInfoHeader
Dim value As REFERENCE_TIME
 
value = instance.AvgTimePerFrame
 
instance.AvgTimePerFrame = value
C# 
public REFERENCE_TIME AvgTimePerFrame
C++/CLI 
public:
REFERENCE_TIME AvgTimePerFrame

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