IWMPEffects2 interface

Methods

The IWMPEffects2 interface has these methods.

Method Description
IWMPEffects2::Create The Create method is called by Windows Media Player to instantiate a visualization window.
IWMPEffects2::Destroy The Destroy method is called by Windows Media Player to destroy a visualization window instantiated in the Create method.
IWMPEffects2::NotifyNewMedia The NotifyNewMedia method is called by Windows Media Player to inform the visualization that a new media item has been loaded.
IWMPEffects2::OnWindowMessage The OnWindowMessage method is called by Windows Media Player to pass window messages to a visualization.
IWMPEffects2::RenderWindowed The RenderWindowed method is called by Windows Media Player to render a windowed visualization.
IWMPEffects2::SetCore The SetCore method is called by Windows Media Player to provide visualization access to the core Windows Media Player APIs.

Requirements

   
Target Platform Windows
Header effects.h

See also

Custom Visualization Programming Reference

IWMPEffects Interface