Search Results for

    Show / Hide Table of Contents

    Class AudioRecorderBase.Messages

    Inheritance
    object
    AudioRecorderBase.Messages
    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
    protected static class AudioRecorderBase.Messages

    Fields

    | Edit this page View Source

    kCannotGetRecordingWhileRecording

    Declaration
    public const string kCannotGetRecordingWhileRecording = "Recording data cannot be accessed while recording is in progress."
    Field Value
    Type Description
    string
    | Edit this page View Source

    kCannotPlayNoRecording

    Declaration
    public const string kCannotPlayNoRecording = "Playback failed: no available recording data found."
    Field Value
    Type Description
    string
    | Edit this page View Source

    kCannotPlayWhileRecording

    Declaration
    public const string kCannotPlayWhileRecording = "Playback is unavailable during an active recording session."
    Field Value
    Type Description
    string
    | Edit this page View Source

    kInvalidRecorderState

    Declaration
    public const string kInvalidRecorderState = "Failed to start recording. Invalid state: {0}."
    Field Value
    Type Description
    string
    | Edit this page View Source

    kNoMicrophone

    Declaration
    public const string kNoMicrophone = "No microphone devices found. Please connect a microphone to your device."
    Field Value
    Type Description
    string
    | Edit this page View Source

    kNoRecordingFound

    Declaration
    public const string kNoRecordingFound = "No recording data available."
    Field Value
    Type Description
    string
    | Edit this page View Source

    kPlayingRecording

    Declaration
    public const string kPlayingRecording = "Playback of the recorded session has started."
    Field Value
    Type Description
    string
    | Edit this page View Source

    kRecordingAlreadyStarted

    Declaration
    public const string kRecordingAlreadyStarted = "Recording is already in progress."
    Field Value
    Type Description
    string
    | Edit this page View Source

    kRecordingFailed

    Declaration
    public const string kRecordingFailed = "Unable to initiate recording session."
    Field Value
    Type Description
    string
    | Edit this page View Source

    kRecordingNotStarted

    Declaration
    public const string kRecordingNotStarted = "No active recording session detected."
    Field Value
    Type Description
    string
    | Edit this page View Source

    kRecordingStarted

    Declaration
    public const string kRecordingStarted = "Recording session started using {0} at {1} Hz for a duration of {2} seconds."
    Field Value
    Type Description
    string
    | Edit this page View Source

    kRecordingStopped

    Declaration
    public const string kRecordingStopped = "Recording session has been successfully terminated."
    Field Value
    Type Description
    string
    | Edit this page View Source

    kRecordingTooShort

    Declaration
    public const string kRecordingTooShort = "Recording too short: {0} seconds. Minimum required length is {1} seconds."
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation