mirror of
https://github.com/samsonjs/media.git
synced 2026-04-25 14:47:40 +00:00
Add missing VideoGraph javadoc param
PiperOrigin-RevId: 567621861
This commit is contained in:
parent
742410d517
commit
42d9879d47
1 changed files with 5 additions and 1 deletions
|
|
@ -33,7 +33,11 @@ public interface VideoGraph {
|
|||
*/
|
||||
void onOutputSizeChanged(int width, int height);
|
||||
|
||||
/** Called after the {@link VideoGraph} has rendered its final output frame. */
|
||||
/**
|
||||
* Called after the {@link VideoGraph} has rendered its final output frame.
|
||||
*
|
||||
* @param finalFramePresentationTimeUs The timestamp of the last output frame, in microseconds.
|
||||
*/
|
||||
void onEnded(long finalFramePresentationTimeUs);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue