|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "wtypes.h"#include "wingdi.h"#include "winuser.h"#include "dshow.h"#include "mmstream.h"#include "austream.h"#include "amstream.h"

Go to the source code of this file.
Functions | |
| HRESULT | AM_create (IUnknown *pUnkOuter, LPVOID *ppObj) DECLSPEC_HIDDEN |
| HRESULT | AMAudioData_create (IUnknown *pUnkOuter, LPVOID *ppObj) DECLSPEC_HIDDEN |
| HRESULT | MediaStreamFilter_create (IUnknown *pUnkOuter, LPVOID *ppObj) DECLSPEC_HIDDEN |
| HRESULT | ddrawmediastream_create (IMultiMediaStream *Parent, const MSPID *pPurposeId, STREAM_TYPE StreamType, IAMMediaStream **ppMediaStream) DECLSPEC_HIDDEN |
| HRESULT | audiomediastream_create (IMultiMediaStream *parent, const MSPID *purpose_id, STREAM_TYPE stream_type, IAMMediaStream **media_stream) DECLSPEC_HIDDEN |
Definition at line 54 of file amstream.c.
Definition at line 222 of file audiodata.c.
| HRESULT audiomediastream_create | ( | IMultiMediaStream * | parent, |
| const MSPID * | purpose_id, | ||
| STREAM_TYPE | stream_type, | ||
| IAMMediaStream ** | media_stream | ||
| ) |
Definition at line 1146 of file mediastream.c.
Referenced by IAMMultiMediaStreamImpl_AddMediaStream().
| HRESULT ddrawmediastream_create | ( | IMultiMediaStream * | Parent, |
| const MSPID * | pPurposeId, | ||
| STREAM_TYPE | StreamType, | ||
| IAMMediaStream ** | ppMediaStream | ||
| ) |
Definition at line 606 of file mediastream.c.
Referenced by IAMMultiMediaStreamImpl_AddMediaStream().