Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
CBaseRenderer::GetRealState
The GetRealState method retrieves the filter state.
Syntax
FILTER_STATE GetRealState(void);
Return Value
Returns the value of CBaseFilter::m_State. The value is a member of the FILTER_STATE enumerated type.
Remarks
This method provides a simpler alternative to the CBaseRenderer::GetState method, for internal use.
Requirements
** Header:** Declared in Renbase.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also