LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
AnalogVideoDecoder Class
See Also  Members  
Leadtools.Multimedia Namespace : AnalogVideoDecoder Class



Gets and sets information about the analog-to-digital conversion process in a video capture filter.

Object Model

AnalogVideoDecoder Class

Syntax

Visual Basic (Declaration) 
Public Class AnalogVideoDecoder 
Visual Basic (Usage)Copy Code
Dim instance As AnalogVideoDecoder
C# 
public class AnalogVideoDecoder 
C++/CLI 
public ref class AnalogVideoDecoder 

Remarks

This object is used with the CaptureCtrl object and can be retrieved using the property.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.AnalogVideoDecoder

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also