com.skype.api
Interface VideoListener
public interface VideoListener
|
Method Summary |
void |
onCaptureRequestCompleted(Video object,
int requestId,
boolean isSuccessful,
byte[] image,
int width,
int height)
onCaptureRequestCompleted |
void |
onPropertyChange(Video object,
Video.Property p,
int value,
java.lang.String svalue)
This event gets called when there are changes to Video properties defined in Video.Property |
onPropertyChange
void onPropertyChange(Video object,
Video.Property p,
int value,
java.lang.String svalue)
- This event gets called when there are changes to Video properties defined in Video.Property
onCaptureRequestCompleted
void onCaptureRequestCompleted(Video object,
int requestId,
boolean isSuccessful,
byte[] image,
int width,
int height)
- onCaptureRequestCompleted
- Parameters:
object - requestId - isSuccessful - image - width - height -
Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.