# VideoImporterTargetSettings

> Importer settings that can have platform-specific values.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor](/engine/6000.3/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public class VideoImporterTargetSettings
```

## Fields

| Value                                                                                                             | Description                                                                                                                                          |
| ----------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| [aspectRatio](/engine/6000.3/script-reference/unityeditor/videoimportertargetsettings/aspectratio.md)             | How the aspect ratio discrepancies, if any, will be handled if the chosen import resolution has a different ratio than the source.                   |
| [bitrateMode](/engine/6000.3/script-reference/unityeditor/videoimportertargetsettings/bitratemode.md)             | Bit rate type for the transcoded clip.                                                                                                               |
| [codec](/engine/6000.3/script-reference/unityeditor/videoimportertargetsettings/codec.md)                         | Codec that the resulting VideoClip will use.                                                                                                         |
| [customHeight](/engine/6000.3/script-reference/unityeditor/videoimportertargetsettings/customheight.md)           | Height of the transcoded clip when the resizeMode is set to custom.                                                                                  |
| [customWidth](/engine/6000.3/script-reference/unityeditor/videoimportertargetsettings/customwidth.md)             | Width of the transcoded clip when the resizeMode is set to custom.                                                                                   |
| [enableTranscoding](/engine/6000.3/script-reference/unityeditor/videoimportertargetsettings/enabletranscoding.md) | Controls whether the movie file will be transcoded during import. When transcoding is not enabled, the file will be imported in its original format. |
| [resizeMode](/engine/6000.3/script-reference/unityeditor/videoimportertargetsettings/resizemode.md)               | How to resize the images when going into the imported clip.                                                                                          |
| [spatialQuality](/engine/6000.3/script-reference/unityeditor/videoimportertargetsettings/spatialquality.md)       | Controls an internal image resize, resulting in blurrier images but smaller image dimensions and file size.                                          |

## Constructors

| Constructor                                                                                                      | Description                                                                                      |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| [VideoImporterTargetSettings()](/engine/6000.3/script-reference/unityeditor/videoimportertargetsettings/ctor.md) | Constructs an object with all members initialized with the default value inherent to their type. |
