CSource::GetPin (Compact 2013)

3/26/2014

Retrieves a pointer to the specified pin.

Syntax

CBasePin* GetPin(
  int n 
);

Parameters

  • n
    Pin number of the requested pin.

Return Value

Returns the pointer to the pin or NULL if the index is out of range.

Remarks

This member function is specified in CBaseFilter and is implemented here. Note that this pin interface will not have been reference counted when obtained.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CSource Class