Class AudioRecorderSettings
Inheritance
AudioRecorderSettings
Assembly: Glitch9.IO.dll
Syntax
public class AudioRecorderSettings
Constructors
|
Edit this page
View Source
AudioRecorderSettings()
Declaration
public AudioRecorderSettings()
|
Edit this page
View Source
AudioRecorderSettings(SampleRate?, int?, float?, string)
Declaration
public AudioRecorderSettings(SampleRate? sampleRate = null, int? recordingLengthSec = null, float? minRecordingLengthSec = null, string micDeviceName = null)
Parameters
Properties
|
Edit this page
View Source
MicrophoneDeviceName
Declaration
public string MicrophoneDeviceName { get; set; }
Property Value
|
Edit this page
View Source
MinRecordingLengthSec
Declaration
public float? MinRecordingLengthSec { get; set; }
Property Value
|
Edit this page
View Source
RecordingLengthSec
Declaration
public int? RecordingLengthSec { get; set; }
Property Value
|
Edit this page
View Source
SampleRate
Declaration
public SampleRate? SampleRate { get; set; }
Property Value
Extension Methods