CBaseStreamControl::GetInfo (Compact 2013)

3/26/2014

Retrieves information about the current streaming settings.

Syntax

HRESULT GetInfo(
  AM_STREAM_INFO* pInfo
);

Parameters

Return Value

Returns S_OK.

Remarks

This member function implements the IAMStreamControl interface and is called by the user to find out if a pin is streaming and to obtain the stream's attributes.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseStreamControl Class