public interface AVChatDeviceEvent
Modifier and Type | Field and Description |
---|---|
static int |
AUDIO_MIXING_ERROR
Mixing audio error
|
static int |
AUDIO_MIXING_FINISHED
Mixing audio is complete
|
static int |
AUDIO_MIXING_STARTED
Start mixing audios
|
static int |
AUDIO_RECORDER_CLOSED
The recorder is closed
|
static int |
AUDIO_RECORDER_OPEN_ERROR
Failed to open the recorder
|
static int |
AUDIO_RECORDER_OPENED
The recorder is opened
|
static int |
AUDIO_RECORDER_OPENING
Opening the recorder
|
static int |
AUDIO_RECORDER_RUNNING_FREEZED
Failed to get the recorder data
|
static int |
VIDEO_CAMERA_CLOSED
The camera is closed
|
static int |
VIDEO_CAMERA_OPEN_ERROR
Failed to open the camera
|
static int |
VIDEO_CAMERA_OPENED
The camera is opened
|
static int |
VIDEO_CAMERA_OPENING
Opening the camera
|
static int |
VIDEO_CAMERA_RUNNING_FREEZED
Camera data freezed
|
static int |
VIDEO_CAMERA_SWITCH_ERROR
Failed to switch the camera
|
static int |
VIDEO_CAMERA_SWITCH_OK
The camera is switched
|
static final int VIDEO_CAMERA_OPENING
static final int VIDEO_CAMERA_OPEN_ERROR
static final int VIDEO_CAMERA_RUNNING_FREEZED
static final int VIDEO_CAMERA_CLOSED
static final int VIDEO_CAMERA_OPENED
static final int VIDEO_CAMERA_SWITCH_OK
static final int VIDEO_CAMERA_SWITCH_ERROR
static final int AUDIO_RECORDER_OPENING
static final int AUDIO_RECORDER_OPEN_ERROR
static final int AUDIO_RECORDER_CLOSED
static final int AUDIO_RECORDER_OPENED
static final int AUDIO_RECORDER_RUNNING_FREEZED
static final int AUDIO_MIXING_STARTED
static final int AUDIO_MIXING_ERROR
static final int AUDIO_MIXING_FINISHED