|
ReactOS 0.4.17-dev-934-g091855f
|

Go to the source code of this file.
Classes | |
| struct | sample |
| struct | wave |
Variables | |
| static const IUnknownVtbl | unknown_vtbl |
| static const IDirectMusicObjectVtbl | wave_object_vtbl |
| static const IPersistStreamVtbl | wave_persist_stream_vtbl |
Definition at line 183 of file wave.c.
Referenced by wave_create_from_chunk(), wave_create_from_soundfont(), wave_download_to_dsound(), wave_download_to_port(), and wave_get_duration().
|
inlinestatic |
Definition at line 231 of file wave.c.
Referenced by wave_persist_stream_Load().
Definition at line 48 of file wave.c.
Referenced by wave_AddRef(), wave_QueryInterface(), and wave_Release().
|
static |
Definition at line 142 of file wave.c.
Referenced by wave_create_from_chunk(), and wave_persist_stream_Load().
|
static |
Definition at line 118 of file wave.c.
Referenced by parse_wave_chunk().
| 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 ** | ret_iface | ||
| ) |
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 ** | ret_iface | ||
| ) |
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 | ||
| ) |
|
static |
Definition at line 188 of file wave.c.
|
static |
Definition at line 236 of file wave.c.
|
static |
Definition at line 423 of file wave.c.
Referenced by wave_download_to_dsound(), and wave_download_to_port().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | dmusic | ) |
|
static |
Definition at line 111 of file wave.c.
Referenced by wave_create().
|
static |
Definition at line 221 of file wave.c.
Referenced by wave_create().
|
static |
Definition at line 265 of file wave.c.
Referenced by wave_create().