com.skype.api
Interface Video.VideoListener
- Enclosing class:
- Video
public static interface Video.VideoListener
|
Method Summary |
void |
OnCaptureRequestCompleted(SkypeObject obj,
int requestId,
boolean isSuccessful,
byte[] image,
int width,
int height)
|
void |
OnLastFrameCapture(SkypeObject obj,
byte[] image,
int width,
int height)
called when the video stops |
void |
OnPropertyChange(SkypeObject obj,
Video.PROPERTY prop,
java.lang.Object value)
This event gets called when there are changes to Video properties defined in Video.PROPERTY |
OnPropertyChange
void OnPropertyChange(SkypeObject obj,
Video.PROPERTY prop,
java.lang.Object value)
- This event gets called when there are changes to Video properties defined in Video.PROPERTY
OnCaptureRequestCompleted
void OnCaptureRequestCompleted(SkypeObject obj,
int requestId,
boolean isSuccessful,
byte[] image,
int width,
int height)
OnLastFrameCapture
void OnLastFrameCapture(SkypeObject obj,
byte[] image,
int width,
int height)
- called when the video stops
Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.