Class BaseFCRecorderSettings
The settings common to all recordings that capture image data.
Inheritance
BaseFCRecorderSettings
Syntax
public abstract class BaseFCRecorderSettings : RecorderSettings
Properties
The properties of the image input.
Declaration
public ImageInputSettings imageInputSettings { get; set; }
Property Value
The list of settings of the Recorder inputs.
Declaration
public override IEnumerable<RecorderInputSettings> InputsSettings { get; }
Property Value
Overrides
Specifies whether this class is supported on the current platform or not.
Declaration
public override bool IsPlatformSupported { get; }
Property Value
Overrides
Methods
ValidityCheck(List<String>)
Declaration
protected override bool ValidityCheck(List<string> errors)
Parameters
Type |
Name |
Description |
List<String> |
errors |
|
Returns
Overrides