Microsoft DirectX 8.1 (C++) |
The Count method retrieves the total count of available streams.
Syntax
HRESULT Count(
DWORD *pcStreams
);
Parameters
pcStreams
[out] Pointer to a value indicating the number of available streams.
Return Values
Returns an HRESULT value that depends on the implementation of the interface. The current DirectShow implementation returns S_OK.
See Also