class in UnityEditor
/
Implemented in:UnityEditor
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseImporter settings that can have platform-specific values.
aspectRatio | How the aspect ratio discrepancies, if any, will be handled if the chosen import resolution has a different ratio than the source. |
bitrateMode | Bit rate type for the transcoded clip. |
codec | Codec that the resulting VideoClip will use. |
customHeight | Height of the transcoded clip when the resizeMode is set to custom. |
customWidth | Width of the transcoded clip when the resizeMode is set to custom. |
enableTranscoding | 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 | How to resize the images when going into the imported clip. |
spatialQuality | Controls an internal image resize, resulting in blurrier images but smaller image dimensions and file size. |
VideoImporterTargetSettings | Constructs an object with all members initialized with the default value inherent to their type. |