Clarify semantics of MSG_SET_IMAGE_OUTPUT

The value can be null, which isn't mentioned in the docs yet

PiperOrigin-RevId: 642622583
This commit is contained in:
tonihei 2024-06-12 08:26:05 -07:00 committed by Copybara-Service
parent ebe74daaec
commit 54f58cafed

View File

@ -255,7 +255,8 @@ public interface Renderer extends PlayerMessage.Target {
/**
* The type of message that can be passed to an image renderer to set a desired image output. The
* message payload should be an {@link ImageOutput}.
* message payload should be an {@link ImageOutput}, or null to clear a previously set image
* output.
*/
int MSG_SET_IMAGE_OUTPUT = 15;