Share via


CBaseInputPin::SampleProps

 
Microsoft DirectShow 9.0

CBaseInputPin::SampleProps

The SampleProps method retrieves the properties of the most recent sample, in an AM_SAMPLE2_PROPERTIES structure.

Syntax

  AM_SAMPLE2_PROPERTIES *SampleProps(void);

Return Value

Returns the address of the CBaseInputPin::m_SampleProps member variable.

Requirements

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

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

See Also