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



The CaptureSubType object is a child item of the CaptureSubTypes collection.

Object Model

CaptureSubType Class

Syntax

Visual Basic (Declaration) 
Public Class CaptureSubType 
Visual Basic (Usage)Copy Code
Dim instance As CaptureSubType
C# 
public class CaptureSubType 
C++/CLI 
public ref class CaptureSubType 

Remarks

The CaptureSubType object is a child item of the CaptureSubTypes collection. This object specifies media subtype information necessary for filter graph connections and media capture. It is not externally creatable, and can only be accessed through the parent object's interface.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.CaptureSubType

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