IAMStreamConfig::GetNumberOfCapabilities (Compact 2013)
3/26/2014
This method retrieves the number of stream capabilities structures for the compressor.
Syntax
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 Value
Returns an HRESULT value that depends on the implementation of the interface.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |
See Also
Reference
IAMStreamConfig Interface
VIDEO_STREAM_CONFIG_CAPS
AUDIO_STREAM_CONFIG_CAPS