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



The DVD_HMSF_TIMECODE structure encapsulates the hours, minutes, seconds, and frames in a DVD Timecode.

Object Model

DVD_HMSF_TIMECODE Structure

Syntax

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

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.Multimedia.DVD_HMSF_TIMECODE

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