Microsoft DirectX 9.0

CBaseStreamControl::GetInfo

The GetInfo method retrieves information about the current stream-control settings, including the start and stop times. This method implements the IAMStreamControl::GetInfo method.

Syntax

HRESULT GetInfo(
    AM_STREAM_INFO *pInfo
);

Parameters

pInfo

Pointer to an AM_STREAM_INFO structure, allocated by the caller, that receives the current stream-control settings.

Return Values

Returns S_OK or E_POINTER.

See Also