←Select platform

GetVideoFormatData Method

Summary

Copies data from the video format buffer.

Syntax

C#
VB
C++
public VideoInfoHeader GetVideoFormatData() 
Public Function GetVideoFormatData() As Leadtools.Multimedia.VideoInfoHeader 
public: 
Leadtools.Multimedia.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

See Also

Reference

MediaType Class

MediaType Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly