xine-lib 1.2.11
|
#include <interfaces.h>
Data Fields | |
long STDCALL(* | QueryInterface )(IUnknown *This, const GUID *riid, void **ppvObject) |
long STDCALL(* | AddRef )(IUnknown *This) |
long STDCALL(* | Release )(IUnknown *This) |
HRESULT STDCALL(* | Next )(IEnumMediaTypes *This, unsigned long cMediaTypes, AM_MEDIA_TYPE **ppMediaTypes, unsigned long *pcFetched) |
HRESULT STDCALL(* | Skip )(IEnumMediaTypes *This, unsigned long cMediaTypes) |
HRESULT STDCALL(* | Reset )(IEnumMediaTypes *This) |
HRESULT STDCALL(* | Clone )(IEnumMediaTypes *This, IEnumMediaTypes **ppEnum) |
long STDCALL(* IEnumMediaTypes_vt::AddRef) (IUnknown *This) |
Referenced by CEnumMediaTypesCreate().
HRESULT STDCALL(* IEnumMediaTypes_vt::Clone) (IEnumMediaTypes *This, IEnumMediaTypes **ppEnum) |
Referenced by CEnumMediaTypesCreate().
HRESULT STDCALL(* IEnumMediaTypes_vt::Next) (IEnumMediaTypes *This, unsigned long cMediaTypes, AM_MEDIA_TYPE **ppMediaTypes, unsigned long *pcFetched) |
Referenced by CEnumMediaTypesCreate().
long STDCALL(* IEnumMediaTypes_vt::QueryInterface) (IUnknown *This, const GUID *riid, void **ppvObject) |
Referenced by CEnumMediaTypesCreate().
long STDCALL(* IEnumMediaTypes_vt::Release) (IUnknown *This) |
Referenced by CEnumMediaTypesCreate().
HRESULT STDCALL(* IEnumMediaTypes_vt::Reset) (IEnumMediaTypes *This) |
Referenced by CEnumMediaTypesCreate().
HRESULT STDCALL(* IEnumMediaTypes_vt::Skip) (IEnumMediaTypes *This, unsigned long cMediaTypes) |
Referenced by CEnumMediaTypesCreate().