Live push info listener.
More...
Live push info listener.
- Author
- aliyun live push sdk
- Call Example
mAlivcLivePusher.setLivePushInfoListener(new AlivcLivePushInfoListener () {});
- See also
- com.alivc.live.pusher.AlivcLivePusher::setLivePushInfoListener(AlivcLivePushInfoListener)
Definition at line 12 of file AlivcLivePushInfoListener.java.
void com.alivc.live.pusher.AlivcLivePushInfoListener.onAdjustBitrate |
( |
AlivcLivePusher |
pusher, |
|
|
int |
currentBitrate, |
|
|
int |
targetBitrate |
|
) |
| |
bitrate adjusted callback
- Parameters
-
pusher | pusher instance |
currentBitrate | current bitrate |
targetBitrate | target bitrate |
void com.alivc.live.pusher.AlivcLivePushInfoListener.onAdjustFps |
( |
AlivcLivePusher |
pusher, |
|
|
int |
currentFps, |
|
|
int |
targetFps |
|
) |
| |
FPS adjusted callback
- Parameters
-
pusher | pusher instance |
currentFps | current FPS |
targetFps | target FPS |
void com.alivc.live.pusher.AlivcLivePushInfoListener.onDropFrame |
( |
AlivcLivePusher |
pusher, |
|
|
int |
beforeCount, |
|
|
int |
afterCount |
|
) |
| |
drop frame callback
- Parameters
-
pusher | pusher instance |
beforeCount | video frame count before |
afterCount | video frame count after |
void com.alivc.live.pusher.AlivcLivePushInfoListener.onFirstFramePreviewed |
( |
AlivcLivePusher |
pusher | ) |
|
first frame previewed callback
- Parameters
-
void com.alivc.live.pusher.AlivcLivePushInfoListener.onFirstFramePushed |
( |
AlivcLivePusher |
pusher | ) |
|
first frame pushed callback
- Parameters
-
void com.alivc.live.pusher.AlivcLivePushInfoListener.onPreviewStarted |
( |
AlivcLivePusher |
pusher | ) |
|
preview started callback
- Parameters
-
void com.alivc.live.pusher.AlivcLivePushInfoListener.onPreviewStopped |
( |
AlivcLivePusher |
pusher | ) |
|
preview stopped callback
- Parameters
-
void com.alivc.live.pusher.AlivcLivePushInfoListener.onPushPaused |
( |
AlivcLivePusher |
pusher | ) |
|
push paused callback
- Parameters
-
void com.alivc.live.pusher.AlivcLivePushInfoListener.onPushRestarted |
( |
AlivcLivePusher |
pusher | ) |
|
push restarted callback
- Parameters
-
void com.alivc.live.pusher.AlivcLivePushInfoListener.onPushResumed |
( |
AlivcLivePusher |
pusher | ) |
|
push resumed callback
- Parameters
-
void com.alivc.live.pusher.AlivcLivePushInfoListener.onPushStarted |
( |
AlivcLivePusher |
pusher | ) |
|
push started callback
- Parameters
-
void com.alivc.live.pusher.AlivcLivePushInfoListener.onPushStopped |
( |
AlivcLivePusher |
pusher | ) |
|
push stopped callback
- Parameters
-
void com.alivc.live.pusher.AlivcLivePushInfoListener.onSetLiveMixTranscodingConfig |
( |
AlivcLivePusher |
pusher, |
|
|
boolean |
isSuccess, |
|
|
String |
msg |
|
) |
| |