# Sandbox.MovieMaker.IComponentCapturer

When added to a [Sandbox.MovieMaker.MovieRecorderOptions](/api/Sandbox.MovieMaker.MovieRecorderOptions), handles how to capture the properties of
a particular component type.

- Kind: interface
- Namespace: `Sandbox.MovieMaker`
- Assembly: `Sandbox.Engine`
- Modifiers: abstract

## Methods

- [`Capture`](/api/Sandbox.MovieMaker.IComponentCapturer/Capture): Handle capturing the properties of the given `component` instance. Find properties to capture using [Sandbox.MovieMaker.IMovieTrackRecorder.Property](/api/Sandbox.MovieMaker.IMovieTrackRecorder/Property), then call [Sandbox.MovieMaker.IMovieTrackRecorder.Capture](/api/Sandbox.MovieMaker.IMovieTrackRecorder/Capture) on them.
- [`SupportsType`](/api/Sandbox.MovieMaker.IComponentCapturer/SupportsType): Returns true if this recorder can handle the given `componentType`.
