CaptureSubTypes Class

Summary

The CaptureSubTypes object contains a collection of common video capture subtypes supported by the current video device.

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

Remarks

The CaptureSubTypes object contains a collection of common video capture subtypes supported by the current video device. The CaptureCtrl object uses the collection to enumerate and select subtypes. An CaptureSubTypes object is not externally creatable and is only obtained through the CaptureCtrl.VideoCaptureSubTypes property.

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.Multimedia Assembly