CaptureSizes Class

Summary

The CaptureSizes object contains a collection of registered video capture sizes.

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

Remarks

The CaptureCtrl object uses the collection to enumerate and select capture sizes. The CaptureSizes object is not externally creatable and is only obtained through the parent object's VideoCaptureSizes properties.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly