The CaptureSubTypes object contains a collection of common video capture subtypes supported by the current video device.
[DefaultMemberAttribute("Item")]
public class CaptureSubTypes : IEnumerable<CaptureSubType>, IEnumerable
<DefaultMemberAttribute("Item")>
Public Class CaptureSubTypes
Implements System.Collections.Generic.IEnumerable(Of CaptureSubType), System.Collections.IEnumerable
[DefaultMemberAttribute("Item")]
public ref class CaptureSubTypes : public System.Collections.Generic.IEnumerable<CaptureSubType>, System.Collections.IEnumerable
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET