|
ReactOS 0.4.17-dev-934-g091855f
|
#include <stdarg.h>#include <stddef.h>#include "windef.h"#include "winbase.h"#include "objbase.h"#include "dmusici.h"

Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
Functions | |
| HRESULT | wave_create (IDirectMusicObject **ret_iface) |
| HRESULT | wave_create_from_soundfont (struct soundfont *soundfont, UINT index, IDirectMusicObject **out) |
| HRESULT | wave_create_from_chunk (IStream *stream, struct chunk_entry *parent, IDirectMusicObject **out) |
| HRESULT | wave_download_to_port (IDirectMusicObject *iface, IDirectMusicPortDownload *port, DWORD *id) |
| HRESULT | wave_download_to_dsound (IDirectMusicObject *iface, IDirectSound *dsound, IDirectSoundBuffer **ret_iface) |
| HRESULT | wave_get_duration (IDirectMusicObject *iface, REFERENCE_TIME *duration) |
| #define COBJMACROS |
Definition at line 22 of file dmusic_wave.h.
| HRESULT wave_create | ( | IDirectMusicObject ** | ret_iface | ) |
Definition at line 277 of file wave.c.
Referenced by wave_create_from_chunk(), wave_create_from_soundfont(), and WaveCF_CreateInstance().
| HRESULT wave_create_from_chunk | ( | IStream * | stream, |
| struct chunk_entry * | parent, | ||
| IDirectMusicObject ** | out | ||
| ) |
Definition at line 292 of file wave.c.
Referenced by parse_wvpl_list(), and wave_track_create_from_chunk().
| HRESULT wave_create_from_soundfont | ( | struct soundfont * | soundfont, |
| UINT | index, | ||
| IDirectMusicObject ** | out | ||
| ) |
Definition at line 342 of file wave.c.
Referenced by parse_sfbk_chunk().
| HRESULT wave_download_to_dsound | ( | IDirectMusicObject * | iface, |
| IDirectSound * | dsound, | ||
| IDirectSoundBuffer ** | ret_iface | ||
| ) |
Definition at line 481 of file wave.c.
Referenced by wave_track_SetParam().
| HRESULT wave_download_to_port | ( | IDirectMusicObject * | iface, |
| IDirectMusicPortDownload * | port, | ||
| DWORD * | id | ||
| ) |
Definition at line 437 of file wave.c.
Referenced by instrument_download_to_port().
| HRESULT wave_get_duration | ( | IDirectMusicObject * | iface, |
| REFERENCE_TIME * | duration | ||
| ) |