/** * VideoListener Override. * * @since 1.0 * * @see com.skype.api.VideoListener#onCaptureRequestCompleted(com.skype.api.Video, int, boolean, byte[], int, int) */ public void onCaptureRequestCompleted(com.skype.api.Video obj, int requestId, bool isSuccessful, byte[] image, int width, int height) { Log.d("Tutorial", "onCaptureRequestCompleted(" + requestId + ", " + isSuccessful + ", image.length:" + image.Length + ", " + width + ", " + height + ")"); }
/** * VideoListener Override. * * @since 1.0 * * @see com.skype.api.VideoListener#onPropertyChange(com.skype.api.Video, com.skype.api.Video.Property, int, String) */ public void onPropertyChange(com.skype.api.Video obj, com.skype.api.Video.Property prop, int value, String svalue) { }