Share via


SIZE_VIDEOHEADER

 
Microsoft DirectShow 9.0

SIZE_VIDEOHEADER

The SIZE_VIDEOHEADER macro calculates the size of the VIDEOINFOHEADER structure. This macro is equivalent to sizeof(VIDEOINFOHEADER).

Syntax

  SIZE_VIDEOHEADER

Return Value

Returns the size VIDEOINFOHEADER structure, in bytes.

Requirements

**  Header:** Declared in Amvideo.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also