←Select platform

VideoFormats Class

Summary

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

Syntax

C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class VideoFormats : IEnumerable<VideoFormat>, IEnumerable 
<DefaultMemberAttribute("Item")> 
Public Class VideoFormats  
   Implements System.Collections.Generic.IEnumerable(Of VideoFormat), System.Collections.IEnumerable  
[DefaultMemberAttribute("Item")] 
public ref class VideoFormats : public System.Collections.Generic.IEnumerable<VideoFormat>, System.Collections.IEnumerable   

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly