Class ImageRecorderSettings
Inheritance
ImageRecorderSettings
Syntax
[RecorderSettings(typeof(ImageRecorder), "Image Sequence", "imagesequence_16")]
public class ImageRecorderSettings : RecorderSettings
Constructors
ImageRecorderSettings()
Declaration
public ImageRecorderSettings()
Properties
CaptureAlpha
Use this property to capture the alpha channel (True) or not (False).
Declaration
public bool CaptureAlpha { get; set; }
Property Value
CaptureHDR
Use this property to capture the frames in HDR (if the setup supports it).
Declaration
public bool CaptureHDR { get; set; }
Property Value
Extension
Stores the file extension used by this Recorder (without the dot).
Declaration
protected override string Extension { get; }
Property Value
Overrides
Declaration
public ImageInputSettings imageInputSettings { get; set; }
Property Value
Declaration
public override IEnumerable<RecorderInputSettings> InputsSettings { get; }
Property Value
Overrides
Stores the output image format currently used for this Recorder.
Declaration
public ImageRecorderSettings.ImageRecorderOutputFormat OutputFormat { get; set; }
Property Value
Methods
ValidityCheck(List<String>)
Declaration
protected override bool ValidityCheck(List<string> errors)
Parameters
Returns
Overrides