HardwareBufferReleaseCallback

A callback interface for hardware buffer release notification.

Implement this interface to receive notifications when a hardware buffer is needed to be released.

Functions

Link copied to clipboard
abstract fun onHardwareBufferReleased(hardwareBufferId: Long)

Callback triggered when a hardware buffer is released.