MPImageConsumer

public interface MPImageConsumer

Lightweight abstraction for an object that can receive MPImage

Public Methods

abstract void
onNewMPImage(MPImage image)
Called when a MPImage is available.

Public Methods

public abstract void onNewMPImage (MPImage image)

Called when a MPImage is available.

The argument is only guaranteed to be available until this method returns. if you need to extend its life time, acquire it, then release it when done.

Parameters
image