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


The following tables list the members exposed by VideoInfoHeader.

Public Fields

 NameDescription
public Field AvgTimePerFrameThe desired average display time of the video frames, in 100-nanosecond units. The actual time per frame may be longer.  
public Field bmiHeaderA BITMAPINFOHEADER structure that contains color and dimension information for the video image bitmap. If the format block contains a color table or color masks, they immediately follow the bmiHeader member. You can get the first color entry by casting the address of member to a BITMAPINFO pointer. When used inside a VIDEOINFOHEADER structure, the semantics of the BITMAPINFOHEADER structure differ slightly from how the structure is used in GDI. For more information, refer to the topic BITMAPINFOHEADER Structure.  
public Field dwBitErrorRateData error rate, in bit errors per second.  
public Field dwBitRateApproximate data rate of the video stream, in bits per second.  
public Field rcSourceA RECT structure that specifies the source video window. This structure can be a clipping rectangle, to select a portion of the source video stream.  
public Field rcTargetA RECT structure that specifies the destination video window.  
Top

See Also