|
ReactOS 0.4.17-dev-934-g091855f
|


Go to the source code of this file.
Functions | |
| HRESULT | create_dmband (REFIID riid, void **ret_iface) |
| HRESULT | band_connect_to_collection (IDirectMusicBand *iface, IDirectMusicCollection *collection) |
| HRESULT | band_send_messages (IDirectMusicBand *iface, IDirectMusicPerformance *performance, IDirectMusicGraph *graph, MUSIC_TIME time, DWORD track_id) |
| HRESULT | band_add_instrument (IDirectMusicBand *iface, DMUS_IO_INSTRUMENT *instrument) |
| HRESULT band_add_instrument | ( | IDirectMusicBand * | iface, |
| DMUS_IO_INSTRUMENT * | instrument | ||
| ) |
Definition at line 531 of file band.c.
Referenced by midi_parser_handle_program_change().
| HRESULT band_connect_to_collection | ( | IDirectMusicBand * | iface, |
| IDirectMusicCollection * | collection | ||
| ) |
Definition at line 477 of file band.c.
Referenced by band_track_SetParam().
| HRESULT band_send_messages | ( | IDirectMusicBand * | iface, |
| IDirectMusicPerformance * | performance, | ||
| IDirectMusicGraph * | graph, | ||
| MUSIC_TIME | time, | ||
| DWORD | track_id | ||
| ) |
Definition at line 489 of file band.c.
Referenced by band_track_Play().
Definition at line 457 of file band.c.