ISBE2MediaTypeProfile::GetStreamCount method (sbe.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Gets the number of streams in a media type profile.

Syntax

HRESULT GetStreamCount(
  [out] DWORD *pCount
);

Parameters

[out] pCount

Receives the number of streams in the profile.

Return value

This method can return one of these values.

Return code Description
S_OK
The method succeeded.
E_POINTER
Null pointer.

Requirements

   
Minimum supported client Windows�7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header sbe.h
DLL Sbe.dll

See also

ISBE2MediaTypeProfile