Class MovieRecorderSettings
A class that represents the settings of a Movie Recorder.
Inherited Members
Namespace: UnityEditor.Recorder
Assembly: solution.dll
Syntax
[RecorderSettings(typeof(MovieRecorder), "Movie", "movie_16")]
public class MovieRecorderSettings : RecorderSettings, ISerializationCallbackReceiver, IAccumulation
Constructors
Name | Description |
---|---|
MovieRecorderSettings() | Default constructor. |
Properties
Name | Description |
---|---|
AccumulationSettings | Stores the AccumulationSettings properties. |
AudioInputSettings | Indicates the Audio Input Settings currently used for this Recorder. |
CaptureAlpha | Use this property to capture the alpha channel (True) or not (False) in the output. |
CaptureAudio | Use this property to capture the audio signal (True) or not (False) in the output. |
EncoderSettings | Use this property to define the encoder used by the Recorder. |
EncodingQuality | Indicates the encoding quality to use for this Recorder. |
Extension | Stores the file extension used by this Recorder (without the dot). |
ImageInputSettings | Indicates the Image Input Settings currently used for this Recorder. |
InputsSettings | Stores the list of Input settings required by this Recorder. |
OutputFormat | Indicates the output video format currently used for this Recorder. |
VideoBitRateMode | Indicates the video bit rate preset currently used for this Recorder. |
Methods
Name | Description |
---|---|
GetAccumulationSettings() | Use this method to get all the AccumulationSettings properties. |
GetErrors(List<string>) | Tests if the Recorder has any errors. |
GetWarnings(List<string>) | Tests if the Recorder has any warnings. |
HasErrors() | |
IsAccumulationSupported() | Indicates whether the current Recorder supports Accumulation recording or not. |