Share via


IMultiMediaStream::GetState (Compact 2013)

3/26/2014

This method retrieves the multimedia stream's current state.

Syntax

HRESULT GetState(
  STREAM_STATE* pCurrentState
);

Parameters

  • pCurrentState
    [out] Pointer to the STREAM_STATE enumerated type that will contain the current multimedia stream's state.

Return Value

Returns S_OK if successful or E_POINTER if pCurrentState is invalid.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IMultiMediaStream Interface