86 /// @brief Starts recording audio from the initialized device.
87 /// @note If there is any old data from previous recordings in the buffer, they will be wiped. You should call @ref iRecorder::GetRecordedAudio before calling this.
88 /// @return Returns true if recording was successfully started.
110 /// @brief Gets the name of the currently set recording device.
111 /// @return Returns a String containing the name of the device this recorder was initialized with, or an empty string if one hasn't been initialized.