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



The VideoFormats object contains a collection of video formats available for video devices.

Object Model

VideoFormats ClassVideoFormat Class

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
Public Class VideoFormats 
   Implements IEnumerable(Of VideoFormat)IEnumerableIEnumerator 
Visual Basic (Usage)Copy Code
Dim instance As VideoFormats
C# 
[DefaultMemberAttribute("Item")]
public class VideoFormats : IEnumerable<VideoFormat>IEnumerableIEnumerator  
C++/CLI 
[DefaultMemberAttribute("Item")]
public ref class VideoFormats : public IEnumerable<VideoFormat>IEnumerableIEnumerator  

Remarks

The VideoFormats Object contains a collection of video formats available for video devices. The CaptureCtrl object uses the collection to enumerate and select video formats. A VideoFormats object is not externally creatable and is only obtained through the parent object's interface.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.VideoFormats

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