Show / Hide Table of Contents

Enum TXLiteAVWarning

Error codes (warning)

Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public enum TXLiteAVWarning

Fields

Name Description
WARNING_AUDIO_FRAME_DECODE_FAIL

Failed to decode the current audio frame.

WARNING_AUDIO_RECORDING_WRITE_FAIL

Failed to write recorded audio into the file.

WARNING_CAMERA_DEVICE_EMPTY

No available camera detected.

WARNING_CAMERA_NOT_AUTHORIZED

The user didn’t grant the application camera access.

WARNING_HW_DECODER_START_FAIL

Failed to start the hardware decoder. The software decoder is used instead.

WARNING_HW_ENCODER_START_FAIL

Failed to start the hardware encoder. The software encoder is used instead.

WARNING_IGNORE_UPSTREAM_FOR_AUDIENCE

The user is in the role of “audience”. Upstream audio and video are ignored.

WARNING_INSUFFICIENT_CAPTURE_FPS

The capturing frame rate of the camera is insufficient. This error occurs on some Android phones with built-in beauty filters.

WARNING_MICROPHONE_DEVICE_ABNORMAL

The audio capturing device is unavailable. This error occurs if, for example, the device is occupied.

WARNING_MICROPHONE_DEVICE_EMPTY

No available mic detected.

WARNING_MICROPHONE_NOT_AUTHORIZED

The user didn’t grant the application mic access.

WARNING_REDUCE_CAPTURE_RESOLUTION

The capturing frame rate of the camera was reduced for balance between frame rate and performance.

WARNING_ROOM_DISCONNECT

The network was disconnected.

WARNING_SPEAKER_DEVICE_ABNORMAL

The audio playback device is unavailable. This error occurs if, for example, the device is occupied.

WARNING_SPEAKER_DEVICE_EMPTY

No available speaker detected.

WARNING_START_CAPTURE_IGNORED

Video capturing started.

WARNING_SW_DECODER_START_FAIL

Failed to start the software decoder.

WARNING_SW_ENCODER_START_FAIL

Failed to start the software encoder.

WARNING_VIDEO_DECODER_HW_TO_SW

The hardware decoder failed to decode the first I-frame of the current stream. The SDK automatically switched to the software decoder.

WARNING_VIDEO_ENCODER_SW_TO_HW

The video encoder is automatically switched from software encoder to hardware encoder. This is usually triggered by high CPU usage.

WARNING_VIDEO_FRAME_DECODE_FAIL

Failed to decode the current video frame.

WARNING_VIDEO_PLAY_LAG

Video playback stutter (user experience).

WARNING_VIDEO_RENDER_FAIL

Failed to render the video.

In This Article
Back to top Generated by DocFX