CMSPStream::GetState
This method is called by the MSPCall object. It returns the current status of the stream. The default implementation returns E_NOTIMPL.
virtual HRESULT GetState(
DWORD *pdwStatus
);
Parameters
- pdwStatus
- Pointer to indication of stream's state. The precise return value is implementation dependent. An example set of types that might be defined for this purpose: STRM_RUNNING, STRM_PAUSED, and STRM_STOPPED.
See Also
CMSPStream