Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

Allocation.OnBufferAvailableListener

android.renderscript.Allocation.OnBufferAvailableListener

Class Overview

Interface to handle notification when new buffers are available via USAGE_IO_INPUT . An application will receive one notification when a buffer is available. Additional buffers will not trigger new notifications until a buffer is processed.

Summary

Public Methods
abstract void onBufferAvailable ( Allocation a)

Public Methods

public abstract void onBufferAvailable ( Allocation a)