←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly