Visual Basic (Declaration) | |
---|---|
<DefaultMemberAttribute("Item")> Public Class CaptureSubTypes Implements IEnumerable(Of CaptureSubType), IEnumerable, IEnumerator |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CaptureSubTypes |
C# | |
---|---|
[DefaultMemberAttribute("Item")] public class CaptureSubTypes : IEnumerable<CaptureSubType>, IEnumerable, IEnumerator |
C++/CLI | |
---|---|
[DefaultMemberAttribute("Item")] public ref class CaptureSubTypes : public IEnumerable<CaptureSubType>, IEnumerable, IEnumerator |
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.
System.Object
Leadtools.Multimedia.CaptureSubTypes
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7