mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
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:
parent
ebe74daaec
commit
54f58cafed
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue