Use this class to manage all the information required to record audio from a Scene.
Inheritance
AudioInputSettings
public class AudioInputSettings : RecorderInputSettings
Properties
Declaration
protected override Type InputType { get; }
Property Value
Overrides
Use this property to record the audio from the Scene (True) or not (False).
Declaration
public bool PreserveAudio { get; set; }
Property Value
Methods
Declaration
protected override bool ValidityCheck(List<string> errors)
Parameters
Type |
Name |
Description |
List<String> |
errors |
|
Returns
Overrides