Package | Description |
---|---|
com.alivc.live.pusher |
Modifier and Type | Field and Description |
---|---|
private AlivcFpsEnum |
AlivcLivePushConfig.mFps |
private AlivcFpsEnum |
AlivcLivePushConfig.minFps |
Modifier and Type | Method and Description |
---|---|
static AlivcFpsEnum |
AlivcFpsEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcFpsEnum[] |
AlivcFpsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AlivcLivePushConfig.setFps(AlivcFpsEnum fps)
Set the frame rate of the video that is collected.
|
void |
AlivcLivePushConfig.setMinFps(AlivcFpsEnum minFps)
Set the minimum frame rate of the video that is collected.
|