Share via


IAMStreamConfig::GetNumberOfCapabilities (Windows CE 5.0)

Send Feedback

This method retrieves the number of stream capabilities structures for the compressor.

HRESULT GetNumberOfCapabilities(int* piCount,
  int* piSize);

Parameters

  • piCount
    [out] Pointer to the number of VIDEO_STREAM_CONFIG_CAPS and/or AUDIO_STREAM_CONFIG_CAPS structures supported.
  • piSize
    [out] Pointer to the size of the configuration structure, either AUDIO_STREAM_CONFIG_CAPS or VIDEO_STREAM_CONFIG_CAPS.

Return Values

Returns an HRESULT value that depends on the implementation of the interface.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements. See Setting Up the Build Environment for more information.

Pocket PC: Windows Mobile 5.0 and later
Smartphone: Windows Mobile 5.0 and later
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:

See Also

VIDEO_STREAM_CONFIG_CAPS | AUDIO_STREAM_CONFIG_CAPS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.