Share via


IAMVfwCompressDialogs::GetState

 
Microsoft DirectShow 9.0

IAMVfwCompressDialogs::GetState

The GetState method retrieves the current configuration settings for the VCM codec currently being used.

Syntax

  HRESULT GetState(
  LPVOID pState,
  int *pcbState
);

Parameters

pState

[out] State of the VCM codec.

pcbState

[in, out] Pointer to the size of the state.

Return Values

Return value varies depending on the implementation within each driver.

Remarks

This method calls the COM ICGetState macro.

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also