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