CaptureSubTypes Class (original) (raw)
Summary
The CaptureSubTypes object contains a collection of common video capture subtypes supported by the current video device.
Syntax
[DefaultMemberAttribute("Item")]
public class CaptureSubTypes : IEnumerable<[CaptureSubType](capturesubtype.html)>, IEnumerable, 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.
Leadtools.Multimedia Assembly