NERtc Android SDK 4.6.10
Public Attributes | List of all members
com.netease.lava.nertc.sdk.NERtcConstants.VideoProfile Interface Reference

Public Attributes

int Lowest = 0
 
int LOW = 1
 
int STANDARD = 2
 
int HD720P = 3
 
int HD1080p = 4
 

Detailed Description

Video clarity.

Member Data Documentation

◆ HD1080p

int com.netease.lava.nertc.sdk.NERtcConstants.VideoProfile.HD1080p = 4

1080P, (1920x1080 @30fps)

◆ HD720P

int com.netease.lava.nertc.sdk.NERtcConstants.VideoProfile.HD720P = 3

Super definition.(1280x720 @30fps)

◆ LOW

int com.netease.lava.nertc.sdk.NERtcConstants.VideoProfile.LOW = 1

Standard definition.(320x180/240 @15fps)

◆ Lowest

int com.netease.lava.nertc.sdk.NERtcConstants.VideoProfile.Lowest = 0

Low definition.(160×120/90 @15fps)

◆ STANDARD

int com.netease.lava.nertc.sdk.NERtcConstants.VideoProfile.STANDARD = 2

High definition.(640x360/480 @30fps)


The documentation for this interface was generated from the following file: