mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Compositor: Document VideoCompositor interface thread safety.
PiperOrigin-RevId: 565388982
This commit is contained in:
parent
c0e11e0edd
commit
98009d396a
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue