ReactOS 0.4.17-dev-934-g091855f
strmbase_pin Struct Reference

#include <strmbase.h>

Collaboration diagram for strmbase_pin:

Public Attributes

IPin IPin_iface
 
struct strmbase_filter * filter
 
PIN_DIRECTION dir
 
WCHAR name [128]
 
WCHAR id [128]
 
IPin * peer
 
AM_MEDIA_TYPE mt
 
const struct strmbase_pin_ops * ops
 

Detailed Description

Definition at line 55 of file strmbase.h.

Member Data Documentation

◆ dir

PIN_DIRECTION strmbase_pin::dir

Definition at line 59 of file strmbase.h.

Referenced by pin_QueryDirection(), pin_QueryPinInfo(), and SendFurther().

◆ filter

◆ id

WCHAR strmbase_pin::id[128]

Definition at line 61 of file strmbase.h.

Referenced by filter_FindPin(), and pin_QueryId().

◆ IPin_iface

IPin strmbase_pin::IPin_iface

◆ mt

AM_MEDIA_TYPE strmbase_pin::mt

Definition at line 63 of file strmbase.h.

Referenced by pin_EnumMediaTypes(), pin_QueryAccept(), and query_accept().

◆ name

◆ ops

const struct strmbase_pin_ops* strmbase_pin::ops

Definition at line 65 of file strmbase.h.

Referenced by pin_EnumMediaTypes(), pin_QueryInterface(), and query_accept().

◆ peer

IPin* strmbase_pin::peer

Definition at line 62 of file strmbase.h.

Referenced by SendFurther().


The documentation for this struct was generated from the following file: