The VideoFormats object contains a collection of video formats available for video devices.
[DefaultMemberAttribute("Item")]
public class VideoFormats : IEnumerable<VideoFormat>, IEnumerable, IDisposable
<DefaultMemberAttribute("Item")>
Public Class VideoFormats
Implements System.Collections.Generic.IEnumerable(Of VideoFormat), System.Collections.IEnumerable, System.IDisposable
[DefaultMemberAttribute("Item")]
public ref class VideoFormats : public System.Collections.Generic.IEnumerable<VideoFormat>, System.Collections.IEnumerable, System.IDisposable
The VideoFormats Object contains a collection of video formats available for video devices. The CaptureCtrl object uses the collection to enumerate and select video formats. A VideoFormats object is not externally creatable and is only obtained through the parent object's interface.
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