public static interface Allocation.OnBufferAvailableListener
android.renderscript.Allocation.OnBufferAvailableListener |
通过USAGE_IO_INPUT
提供新缓冲区时处理通知的界面。 当缓冲区可用时,应用程序将收到一个通知。 额外的缓冲区在处理缓冲区之前不会触发新的通知。
Public methods |
|
---|---|
abstract void |
onBufferAvailable(Allocation a) |
void onBufferAvailable (Allocation a)
Parameters | |
---|---|
a |
Allocation
|