Packageyy.data
Classpublic class VideoConfigAttr
InheritanceVideoConfigAttr Inheritance Object

视频编码属性。



Public Constants
 ConstantDefined By
  CUR_BITRATE_LD_PID : int = 7
[static] 当前码率
VideoConfigAttr
  ENC_PICTURE_RATIO_PID : int = 17
[static] 编码画面比例
VideoConfigAttr
  MAX_BITRATE_LD_PID : int = 9
[static] 码率最大值
VideoConfigAttr
  MIN_BITRATE_LD_PID : int = 8
[static] 码率最小值
VideoConfigAttr
  QUALITY_DELAY_MODE_PID : int = 18
[static] 画质/延时模式选择
VideoConfigAttr
  RESOLUTION_PID : int = 4
[static] 分辨率
VideoConfigAttr
  TRY_USING_2_THREAD_PID : int = 5
[static] 是否开启双线程,值为布尔值
VideoConfigAttr
Constant Detail
CUR_BITRATE_LD_PIDConstant
public static const CUR_BITRATE_LD_PID:int = 7

当前码率

ENC_PICTURE_RATIO_PIDConstant 
public static const ENC_PICTURE_RATIO_PID:int = 17

编码画面比例

MAX_BITRATE_LD_PIDConstant 
public static const MAX_BITRATE_LD_PID:int = 9

码率最大值

MIN_BITRATE_LD_PIDConstant 
public static const MIN_BITRATE_LD_PID:int = 8

码率最小值

QUALITY_DELAY_MODE_PIDConstant 
public static const QUALITY_DELAY_MODE_PID:int = 18

画质/延时模式选择

RESOLUTION_PIDConstant 
public static const RESOLUTION_PID:int = 4

分辨率

TRY_USING_2_THREAD_PIDConstant 
public static const TRY_USING_2_THREAD_PID:int = 5

是否开启双线程,值为布尔值