Interface: SoundRecorderResults
Properties
audioBase64
audioBase64:
string
The recorded audio as a base 64 string.
Defined in
SoundRecorderResults.ts:13
audioBlob
audioBlob:
Blob
The recorded audio as a Blob.
Defined in
SoundRecorderResults.ts:15
audioTrackSettings?
optional
audioTrackSettings:MediaTrackSettings
[]
The settings of the audio tracks when the recording began.
Defined in
SoundRecorderResults.ts:11
beginIso8601Timestamp
beginIso8601Timestamp:
string
The ISO 8601 device timestamp when the recording began.
Defined in
SoundRecorderResults.ts:5
duration
duration:
number
The duration of the recording in milliseconds.
Remarks
The duration may be different from the timestamp end minus begin times if the recording was paused.
Defined in
SoundRecorderResults.ts:9
endIso8601Timestamp
endIso8601Timestamp:
string
The ISO 8601 device timestamp when the recording ended.
Defined in
SoundRecorderResults.ts:7
mimeType
mimeType:
string
The MIME type of the recorded audio, possibly including the codec.
Defined in
SoundRecorderResults.ts:3