Package | Description |
---|---|
com.alivc.live.pusher |
Modifier and Type | Field and Description |
---|---|
private AlivcQualityModeEnum |
AlivcLivePushConfig.qualityMode |
Modifier and Type | Method and Description |
---|---|
AlivcQualityModeEnum |
AlivcLivePushConfig.getQualityMode() |
static AlivcQualityModeEnum |
AlivcQualityModeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcQualityModeEnum[] |
AlivcQualityModeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ILivePusher.setQualityMode(AlivcQualityModeEnum mode)
Set the video resolution.
|
void |
AlivcLivePushConfig.setQualityMode(AlivcQualityModeEnum quality) |
void |
AlivcLivePusher.setQualityMode(AlivcQualityModeEnum mode)
Set the video resolution.
|