AudioRecordingConfiguration class

Recording configurations.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Properties

encode bool?
Whether to encode the audio data: true : Encode audio data in AAC. false : (Default) Do not encode audio data, but save the recorded audio data directly.
final
filePath String?
The absolute path (including the filename extensions) of the recording file. For example: C:\music\audio.aac. Ensure that the directory for the log files exists and is writable.
final
fileRecordingType AudioFileRecordingType?
The recording content. See AudioFileRecordingType.
final
hashCode int
The hash code for this object.
no setterinherited
quality AudioRecordingQualityType?
Recording quality. See audiorecordingqualitytype. Note: This parameter applies to AAC files only.
final
recordingChannel int?
The audio channel of recording: The parameter supports the following values: 1: (Default) Mono. 2: Stereo. The actual recorded audio channel is related to the audio channel that you capture. If the captured audio is mono and recordingChannel is 2, the recorded audio is the dual-channel data that is copied from mono data, not stereo. If the captured audio is dual channel and recordingChannel is 1, the recorded audio is the mono data that is mixed by dual-channel data. The integration scheme also affects the final recorded audio channel. If you need to record in stereo, contact.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRate int?
Recording sample rate (Hz). 16000 (Default) 32000 44100 48000 If you set this parameter to 44100 or 48000, Agora recommends recording WAV files, or AAC files with quality set as audioRecordingQualityMedium or audioRecordingQualityHigh for better recording quality.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited