public interface

CameraListener

com.neomades.media.CameraListener

Class Overview

Camera callback.

See Also

Summary

Public Methods
abstract void onMediaCaptureCancelled()
Called when the user is going back to the application, but he has not taken a picture or a video
abstract void onMediaCaptured(InputStream data)
Called when the user has taken a picture or a video.

Public Methods

public abstract void onMediaCaptureCancelled ()

Called when the user is going back to the application, but he has not taken a picture or a video

public abstract void onMediaCaptured (InputStream data)

Called when the user has taken a picture or a video.

Parameters
data data stream for a photo picture or a video