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
-
FileCaptureVisualizer
- Inherited Members
Properties
VisualizerCanvas
Gets the graphics canvas used to render the final visualizer output.
public override VisualizerCanvas VisualizerCanvas { get; }
Property Value
Methods
Load(IServiceProvider)
Loads type visualizer resources using the specified service provider.
public override void Load(IServiceProvider provider)
Parameters
provider
IServiceProviderA service provider object which can be used to obtain visualization, runtime inspection, or other editing services.
Show(object)
Updates the type visualizer to display the specified value object.
public override void Show(object value)
Parameters
value
objectThe value to visualize.
ShowMashup(IList<object>)
Combines the specified collection of values into a single image mashup.
protected override void ShowMashup(IList<object> values)
Parameters
Unload()
Unloads all type visualizer resources.
public override void Unload()
UpdateValues(IList<object>)
Updates the type visualizer state in preparation for displaying the specified collection of values.
protected override void UpdateValues(IList<object> values)