SIZE_MPEG1VIDEOINFO

 
Microsoft DirectShow 9.0

SIZE_MPEG1VIDEOINFO

The SIZE_MPEG1VIDEOINFO macro calculates the size of an MPEG1VIDEOINFO structure, including the sequence header (bSequenceHeader).

Syntax

  SIZE_MPEG1VIDEOINFO(
  pv
  )

Parameters

pv

Pointer to an MPEG1VIDEOINFO structure.

Return Value

Returns the byte size of the specified MPEG1VIDEOINFO structure.

Requirements

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

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

See Also