Commit 9ca440eb by tofunmi Committed by Rohit Singh

Add javadoc for ExternalTextureManager.release()

PiperOrigin-RevId: 525430439
parent f850faf1
......@@ -188,6 +188,11 @@ import java.util.concurrent.atomic.AtomicInteger;
});
}
/**
* Releases all resources.
*
* @see VideoFrameProcessor#release()
*/
public void release() {
surfaceTexture.release();
surface.release();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment