MPEG1_SEQUENCE_INFO

 
Microsoft DirectShow 9.0

MPEG1_SEQUENCE_INFO

The MPEG1_SEQUENCE_INFO macro returns the address of the sequence header inside an MPEG1VIDEOINFO structure.

Syntax

  MPEG1_SEQUENCE_INFO(
  pv
  )

Parameters

pv

Pointer to an MPEG1VIDEOINFO structure.

Return Value

Returns the address of the bSequenceHeader member of the MPEG1VIDEOINFO structure.

Requirements

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

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

See Also