Function |
Description |
DisplayPropertyPage |
Default implementation not supplied by wizard. |
GetCapabilities |
Gets the capabilities of your visualization and passes them to Windows Media Player. |
GetCurrentPreset |
The wizard created two presets when it generated the code for your visualization. This function is called when the skin developer wants to get the index of the current preset. You will not want to change the implementation of this function because it just uses information set by other functions. |
GetPresetCount |
The wizard created two presets when it generated the code for your visualization. You can change the count by changing the implementation of GetPresetCount. See Presets for more information about changing the presets. |
GetPresetTitle |
The wizard created two presets when it generated the code for your visualization. You can change the titles used by changing the implementation of GetPresetTitle. See Presets for more information about changing the presets. |
GetTitle |
Gets the title of your visualization and passes it to Windows Media Player. The wizard used the name of your project to generate the name that is passed back. |
GoFullscreen |
Default implementation not supplied by wizard. |
MediaInfo |
Retrieves the number of audio channels and the sample rate of the audio currently playing. |
RenderFullScreen |
Default implementation not supplied by wizard. |
SetCurrentPreset |
The wizard created two presets when it generated the code for your visualization. This function is called when the Windows Media Player wants to change to a named preset. |