Class FileCaptureVisualizer
Provides a type visualizer that displays a seek bar, playback control, and current index for each movie frame.
public class FileCaptureVisualizer : ImageMashupVisualizer
- Inheritance
-
DialogMashupVisualizerFileCaptureVisualizer
- Inherited Members
Properties
- VisualizerCanvas
Gets the graphics canvas used to render the final visualizer output.
Methods
- Load(IServiceProvider)
Loads type visualizer resources using the specified service provider.
- Show(object)
Updates the type visualizer to display the specified value object.
- ShowMashup(IList<object>)
Combines the specified collection of values into a single image mashup.
- Unload()
Unloads all type visualizer resources.
- UpdateValues(IList<object>)
Updates the type visualizer state in preparation for displaying the specified collection of values.