ReactOS 0.4.17-dev-934-g091855f
strmbase_pin_ops Struct Reference

#include <strmbase.h>

Collaboration diagram for strmbase_pin_ops:

Public Attributes

HRESULT(* pin_query_accept )(struct strmbase_pin *pin, const AM_MEDIA_TYPE *mt)
 
HRESULT(* pin_get_media_type )(struct strmbase_pin *pin, unsigned int index, AM_MEDIA_TYPE *mt)
 
HRESULT(* pin_query_interface )(struct strmbase_pin *pin, REFIID iid, void **out)
 

Detailed Description

Definition at line 68 of file strmbase.h.

Member Data Documentation

◆ pin_get_media_type

HRESULT(* strmbase_pin_ops::pin_get_media_type) (struct strmbase_pin *pin, unsigned int index, AM_MEDIA_TYPE *mt)

Definition at line 73 of file strmbase.h.

◆ pin_query_accept

HRESULT(* strmbase_pin_ops::pin_query_accept) (struct strmbase_pin *pin, const AM_MEDIA_TYPE *mt)

Definition at line 71 of file strmbase.h.

◆ pin_query_interface

HRESULT(* strmbase_pin_ops::pin_query_interface) (struct strmbase_pin *pin, REFIID iid, void **out)

Definition at line 74 of file strmbase.h.


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