|
ReactOS 0.4.17-dev-934-g091855f
|
#include <stdio.h>#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "winnt.h"#include "wingdi.h"#include "winuser.h"#include "wine/debug.h"#include "wine/list.h"#include "winreg.h"#include "objbase.h"#include "dmusici.h"#include "dmusicf.h"#include "dmusics.h"#include "dmusicc.h"#include "dmobject.h"

Go to the source code of this file.
Classes | |
| struct | _DMUS_PRIVATE_TEMPO_ITEM |
| struct | _DMUS_PRIVATE_TEMPO_PLAY_STATE |
Macros | |
| #define | COBJMACROS |
| #define COBJMACROS |
Definition at line 27 of file dmime_private.h.
Definition at line 50 of file dmime_private.h.
Definition at line 736 of file audiopath.c.
Referenced by performance_CreateAudioPath(), and performance_CreateStandardAudioPath().
Definition at line 751 of file audiopath.c.
Definition at line 301 of file graph.c.
Referenced by IDirectMusicAudioPathImpl_GetObjectInPath().
Definition at line 344 of file lyricstrack.c.
Definition at line 222 of file markertrack.c.
Definition at line 258 of file paramcontroltrack.c.
Definition at line 2279 of file performance.c.
Definition at line 876 of file segment.c.
Definition at line 293 of file segmentstate.c.
Referenced by segment_InitPlay(), and segment_state_create().
Definition at line 380 of file segtriggertrack.c.
Definition at line 488 of file seqtrack.c.
Definition at line 257 of file sysextrack.c.
Definition at line 402 of file tempotrack.c.
Definition at line 285 of file timesigtrack.c.
Definition at line 585 of file wavetrack.c.
Referenced by wave_track_create_from_chunk().
Definition at line 483 of file midi.c.
Referenced by segment_persist_stream_Load().
| HRESULT path_config_get_audio_path_params | ( | IUnknown * | iface, |
| WAVEFORMATEX * | format, | ||
| DSBUFFERDESC * | desc, | ||
| DMUS_PORTPARAMS * | params | ||
| ) |
Definition at line 652 of file audiopath.c.
Referenced by performance_CreateAudioPath().
| HRESULT performance_get_dsound | ( | IDirectMusicPerformance8 * | iface, |
| IDirectSound ** | dsound | ||
| ) |
Definition at line 2316 of file performance.c.
Referenced by wave_track_SetParam().
| HRESULT performance_send_segment_end | ( | IDirectMusicPerformance8 * | iface, |
| MUSIC_TIME | music_time, | ||
| IDirectMusicSegmentState * | state, | ||
| BOOL | abort | ||
| ) |
Definition at line 355 of file performance.c.
Referenced by segment_state_play_chunk(), and segment_state_stop().
| HRESULT performance_send_segment_start | ( | IDirectMusicPerformance8 * | iface, |
| MUSIC_TIME | music_time, | ||
| IDirectMusicSegmentState * | state | ||
| ) |
Definition at line 318 of file performance.c.
Referenced by segment_state_play().
| HRESULT performance_send_segment_tick | ( | IDirectMusicPerformance8 * | iface, |
| MUSIC_TIME | music_time, | ||
| IDirectMusicSegmentState * | state | ||
| ) |
Definition at line 337 of file performance.c.
Referenced by segment_state_play().
| HRESULT segment_state_create | ( | IDirectMusicSegment * | segment, |
| MUSIC_TIME | start_time, | ||
| IDirectMusicPerformance8 * | performance, | ||
| IDirectMusicSegmentState ** | ret_iface | ||
| ) |
Definition at line 312 of file segmentstate.c.
Referenced by performance_PlaySegmentEx().
| HRESULT segment_state_end_play | ( | IDirectMusicSegmentState * | iface, |
| IDirectMusicPerformance8 * | performance | ||
| ) |
Definition at line 512 of file segmentstate.c.
Referenced by performance_CloseDown(), performance_tool_ProcessPMsg(), and segment_state_Release().
| BOOL segment_state_has_segment | ( | IDirectMusicSegmentState * | iface, |
| IDirectMusicSegment * | segment | ||
| ) |
Definition at line 531 of file segmentstate.c.
Referenced by enum_segment_states().
Definition at line 537 of file segmentstate.c.
Referenced by message_needs_flushing().
| HRESULT segment_state_play | ( | IDirectMusicSegmentState * | iface, |
| IDirectMusicPerformance8 * | performance | ||
| ) |
Definition at line 472 of file segmentstate.c.
Referenced by performance_PlaySegmentEx().
| HRESULT segment_state_stop | ( | IDirectMusicSegmentState * | iface, |
| IDirectMusicPerformance8 * | performance | ||
| ) |
Definition at line 502 of file segmentstate.c.
Referenced by performance_Stop().
| HRESULT segment_state_tick | ( | IDirectMusicSegmentState * | iface, |
| IDirectMusicPerformance8 * | performance | ||
| ) |
Definition at line 493 of file segmentstate.c.
Referenced by performance_tool_ProcessPMsg().
| void sequence_track_set_items | ( | IDirectMusicTrack8 * | track, |
| DMUS_IO_SEQ_ITEM * | items, | ||
| unsigned int | count | ||
| ) |
Definition at line 507 of file seqtrack.c.
Referenced by midi_parser_parse().
| void set_audiopath_dsound_buffer | ( | IDirectMusicAudioPath * | iface, |
| IDirectSoundBuffer * | buffer | ||
| ) |
Definition at line 82 of file audiopath.c.
Referenced by performance_CreateAudioPath(), and performance_CreateStandardAudioPath().
| void set_audiopath_perf_pointer | ( | IDirectMusicAudioPath * | iface, |
| IDirectMusicPerformance8 * | performance | ||
| ) |
Definition at line 76 of file audiopath.c.
Referenced by performance_CreateAudioPath(), performance_CreateStandardAudioPath(), and performance_SetDefaultAudioPath().
| void set_audiopath_primary_dsound_buffer | ( | IDirectMusicAudioPath * | iface, |
| IDirectSoundBuffer * | buffer | ||
| ) |
Definition at line 88 of file audiopath.c.
Referenced by performance_CreateAudioPath(), and performance_CreateStandardAudioPath().
| HRESULT wave_track_create_from_chunk | ( | IStream * | stream, |
| struct chunk_entry * | parent, | ||
| IDirectMusicTrack8 ** | ret_iface | ||
| ) |
Definition at line 605 of file wavetrack.c.
Referenced by segment_persist_stream_Load().