mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08: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
@ -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
|
* 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;
|
int MSG_SET_IMAGE_OUTPUT = 15;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user