Search Results for

    Show / Hide Table of Contents

    Class AudioRecorderSettings

    Inheritance
    object
    AudioRecorderSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Audio
    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
    Type Name Description
    SampleRate? sampleRate
    int? recordingLengthSec
    float? minRecordingLengthSec
    string micDeviceName

    Properties

    | Edit this page View Source

    MicrophoneDeviceName

    Declaration
    public string MicrophoneDeviceName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    MinRecordingLengthSec

    Declaration
    public float? MinRecordingLengthSec { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    RecordingLengthSec

    Declaration
    public int? RecordingLengthSec { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    SampleRate

    Declaration
    public SampleRate? SampleRate { get; set; }
    Property Value
    Type Description
    SampleRate?

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation