Most visited

Recently visited

Added in API level 19

Allocation.OnBufferAvailableListener

public static interface Allocation.OnBufferAvailableListener

android.renderscript.Allocation.OnBufferAvailableListener


通过USAGE_IO_INPUT提供新缓冲区时处理通知的界面。 当缓冲区可用时,应用程序将收到一个通知。 额外的缓冲区在处理缓冲区之前不会触发新的通知。

Summary

Public methods

abstract void onBufferAvailable(Allocation a)

Public methods

onBufferAvailable

Added in API level 19
void onBufferAvailable (Allocation a)

Parameters
a Allocation

Hooray!