|
1
|
1 This component demonstrates:
|
|
|
2 * main.cpp :
|
|
|
3 * Declaring your component's version information.
|
|
|
4 * input_raw.cpp :
|
|
|
5 * Declaring your own "input" classes for decoding additional audio file formats.
|
|
|
6 * Calling file system services.
|
|
|
7 * preferences.cpp :
|
|
|
8 * Declaring your configuration variables.
|
|
|
9 * Creating preferences pages using simple WTL dialogs.
|
|
|
10 * Declaring advanced preferences entries.
|
|
|
11 * initquit.cpp :
|
|
|
12 * Sample initialization/shutdown callback service.
|
|
|
13 * dsp.cpp :
|
|
|
14 * Sample DSP.
|
|
|
15 * contextmenu.cpp :
|
|
|
16 * Sample context menu command.
|
|
|
17 * decode.cpp :
|
|
|
18 * Getting PCM data from arbitrary audio files.
|
|
|
19 * Use of the threaded_process API to easily run time-consuming tasks in worker threads with progress dialogs.
|
|
|
20 * mainmenu.cpp :
|
|
|
21 * Sample main menu command
|
|
|
22 * playback_state.cpp :
|
|
|
23 * Use of playback callbacks.
|
|
|
24 * Use of playback control.
|
|
|
25 * ui_element.cpp :
|
|
|
26 * Simple UI Element implementation.
|
|
|
27 * rating.cpp
|
|
|
28 * Minimal rating+comment implementation using metadb_index_client.
|
|
|
29 * Present your data via title formatting using metadb_display_field_provider.
|
|
|
30 * Present your data in the properties dialog using track_property_provider.
|
|
|
31 * Utility menu items.
|
|
|
32 * Basic use of stream formatters. |