Commit ec45c0d4 by tofunmi Committed by Rohit Singh

Add javadoc for ExternalTextureManager.release()

PiperOrigin-RevId: 525430439
parent e96b7cc5
...@@ -188,6 +188,11 @@ import java.util.concurrent.atomic.AtomicInteger; ...@@ -188,6 +188,11 @@ import java.util.concurrent.atomic.AtomicInteger;
}); });
} }
/**
* Releases all resources.
*
* @see VideoFrameProcessor#release()
*/
public void release() { public void release() {
surfaceTexture.release(); surfaceTexture.release();
surface.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