Compositor: Document VideoCompositor interface thread safety.

PiperOrigin-RevId: 565388982
This commit is contained in:
huangdarwin 2023-09-14 09:19:49 -07:00 committed by Copybara-Service
parent c0e11e0edd
commit 98009d396a

View File

@ -27,6 +27,8 @@ import java.util.List;
* output frames.
*
* <p>Input and output are provided via OpenGL textures.
*
* <p>Methods may be called from any thread.
*/
@UnstableApi
public interface VideoCompositor extends GlTextureProducer {