Share via


IAsyncReader2::GetCapabilities (Compact 7)

3/12/2014

This method returns the capabilities of the media stream, such as whether the steam can seek forward or backward.

Syntax

HRESULT GetCapabilities(
  DWORD pdwCapabilities
);

Parameters

Return Value

Returns the HRESULT values shown in the following table.

Value Description

E_FAIL

The capabilities were not returned.

S_OK

The capabilities were returned.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IAsyncReader2 Interface