Interface IEncoderSettings
Interface to implement to create settings for an encoder.
Namespace: UnityEditor .Recorder.Encoder
Assembly: solution.dll
Syntax
public interface IEncoderSettings
Properties
Name | Description |
---|---|
Can |
Indicates whether this encoder instance can support an alpha channel or not. |
Can |
Indicates whether this encoder instance can support an audio signal or not. |
Coordinate |
Indicates where the first pixel of the image will be in the frame. |
Extension | Returns the extension of the files to encode, in lowercase, without leading dot. |
Methods
Name | Description |
---|---|
Get |
Gets the texture format this encoder requires from the Recorder. |
Requires |
Indicates whether this encoder requires the width and height of the image to both be even numbers or not. |
Supports |
Indicates whether the encoder is supported on the current operating system or not. |
Validate |
Populates the lists of errors and warnings for a given encoder context. |