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



Copies data from the video format buffer.

Syntax

Visual Basic (Declaration) 
Public Function GetVideoFormatData() As VideoInfoHeader
Visual Basic (Usage)Copy Code
Dim instance As MediaType
Dim value As VideoInfoHeader
 
value = instance.GetVideoFormatData()
C# 
public VideoInfoHeader GetVideoFormatData()
C++/CLI 
public:
VideoInfoHeader GetVideoFormatData(); 

Return Value

A VideoInfoHeader structure containing the format data.

Remarks

Copies data from the video format buffer. This is a helper method which internally calls MediaType.GetFormatData marshalling the returned byte array to a VideoInfoHeader structure. If the method fails, an error is raised. For more information, refer to the Error Codes.

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