Class AudioRecorderBase.Messages
Inheritance
AudioRecorderBase.Messages
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
|
Edit this page
View Source
kCannotPlayNoRecording
Declaration
public const string kCannotPlayNoRecording = "Playback failed: no available recording data found."
Field Value
|
Edit this page
View Source
kCannotPlayWhileRecording
Declaration
public const string kCannotPlayWhileRecording = "Playback is unavailable during an active recording session."
Field Value
|
Edit this page
View Source
kInvalidRecorderState
Declaration
public const string kInvalidRecorderState = "Failed to start recording. Invalid state: {0}."
Field Value
|
Edit this page
View Source
kNoMicrophone
Declaration
public const string kNoMicrophone = "No microphone devices found. Please connect a microphone to your device."
Field Value
|
Edit this page
View Source
kNoRecordingFound
Declaration
public const string kNoRecordingFound = "No recording data available."
Field Value
|
Edit this page
View Source
kPlayingRecording
Declaration
public const string kPlayingRecording = "Playback of the recorded session has started."
Field Value
|
Edit this page
View Source
kRecordingAlreadyStarted
Declaration
public const string kRecordingAlreadyStarted = "Recording is already in progress."
Field Value
|
Edit this page
View Source
kRecordingFailed
Declaration
public const string kRecordingFailed = "Unable to initiate recording session."
Field Value
|
Edit this page
View Source
kRecordingNotStarted
Declaration
public const string kRecordingNotStarted = "No active recording session detected."
Field Value
|
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
|
Edit this page
View Source
kRecordingStopped
Declaration
public const string kRecordingStopped = "Recording session has been successfully terminated."
Field Value
|
Edit this page
View Source
kRecordingTooShort
Declaration
public const string kRecordingTooShort = "Recording too short: {0} seconds. Minimum required length is {1} seconds."
Field Value