Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AudioLocalError

The error information of the local audio.

Index

Enumeration members

DeviceBusy

DeviceBusy: = 3

3: The microphone is in use.

DeviceNoPermission

DeviceNoPermission: = 2

2: No permission to use the local audio device.

EncodeFailure

EncodeFailure: = 5

5: The local audio encoding fails.

Failure

Failure: = 1

1: No specified reason for the local audio failure.

Interrupted

Interrupted: = 8

8: The local audio capturing is interrupted by the system call.

Ok

Ok: = 0

0: The local audio is normal.

RecordFailure

RecordFailure: = 4

4: The local audio recording fails. Check whether the recording device is working properly.

Generated using TypeDoc