AliVCSDK 6.17.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
 
Loading...
Searching...
No Matches
com.alivc.live.pusher.AlivcLivePushConstants.BITRATE_1080P Enum Reference

Public Member Functions

int getBitrate ()
 

Public Attributes

 DEFAULT_VALUE_INT_TARGET_BITRATE =(2000)
 
 DEFAULT_VALUE_INT_MIN_BITRATE =(1200)
 
 DEFAULT_VALUE_INT_INIT_BITRATE =(1500)
 
 INTERACTIVE_VALUE_INT_TARGET_BITRATE =(2000)
 
 INTERACTIVE_VALUE_INT_MIN_BITRATE =(500)
 
 INTERACTIVE_VALUE_INT_INIT_BITRATE =(2000)
 

Detailed Description

1080P bitrate

Definition at line 491 of file AlivcLivePushConstants.java.

Member Function Documentation

◆ getBitrate()

int com.alivc.live.pusher.AlivcLivePushConstants.BITRATE_1080P.getBitrate ( )

Definition at line 504 of file AlivcLivePushConstants.java.

Member Data Documentation

◆ DEFAULT_VALUE_INT_INIT_BITRATE

com.alivc.live.pusher.AlivcLivePushConstants.BITRATE_1080P.DEFAULT_VALUE_INT_INIT_BITRATE =(1500)

Definition at line 494 of file AlivcLivePushConstants.java.

◆ DEFAULT_VALUE_INT_MIN_BITRATE

com.alivc.live.pusher.AlivcLivePushConstants.BITRATE_1080P.DEFAULT_VALUE_INT_MIN_BITRATE =(1200)

Definition at line 493 of file AlivcLivePushConstants.java.

◆ DEFAULT_VALUE_INT_TARGET_BITRATE

com.alivc.live.pusher.AlivcLivePushConstants.BITRATE_1080P.DEFAULT_VALUE_INT_TARGET_BITRATE =(2000)

Definition at line 492 of file AlivcLivePushConstants.java.

◆ INTERACTIVE_VALUE_INT_INIT_BITRATE

com.alivc.live.pusher.AlivcLivePushConstants.BITRATE_1080P.INTERACTIVE_VALUE_INT_INIT_BITRATE =(2000)

Definition at line 497 of file AlivcLivePushConstants.java.

◆ INTERACTIVE_VALUE_INT_MIN_BITRATE

com.alivc.live.pusher.AlivcLivePushConstants.BITRATE_1080P.INTERACTIVE_VALUE_INT_MIN_BITRATE =(500)

Definition at line 496 of file AlivcLivePushConstants.java.

◆ INTERACTIVE_VALUE_INT_TARGET_BITRATE

com.alivc.live.pusher.AlivcLivePushConstants.BITRATE_1080P.INTERACTIVE_VALUE_INT_TARGET_BITRATE =(2000)

Definition at line 495 of file AlivcLivePushConstants.java.