Win2D based visualizer that generates events draw events for each display frame. Audio visualization data is pulled automatically from the source.
(placeholder to be edited)
IVisualizationSource Source;
event Windows.Foundation.TypedEventHandler<IInspectable,VisualizerDrawEventArgs> Draw;
event Windows.Foundation.TypedEventHandler<IInspectable,CreateResourcesEventArgs> CreateResources;
The data source where from to get the visualization data
This event is raised to draw every frame if the visualization. Visualization data and other properties as passed in through the VisualizerDrawEventArgs.
Allows to create resources for the draw event.