次の方法で共有


IAMStreamSelect::Count (Compact 2013)

3/26/2014

This 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 Value

Returns an HRESULT value that depends on the implementation of the interface. The current DirectShow implementation returns S_OK.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IAMStreamSelect Interface