Commit 14aa56d6 by bachinger Committed by Oliver Woodman

correct the javadoc of onRenderedFirstFrame in VideoListener

Issue: #7097
PiperOrigin-RevId: 301456951
parent cbe99ec4
......@@ -52,7 +52,7 @@ public interface VideoListener {
/**
* Called when a frame is rendered for the first time since setting the surface, and when a frame
* is rendered for the first time since a video track was selected.
* is rendered for the first time since the renderer was reset.
*/
default void onRenderedFirstFrame() {}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment