VideoSink.VideoFrameHandler
Artifact: androidx.media3:media3-exoplayer
public interface VideoSink.VideoFrameHandler
Handler for a video frame.
Summary
Public methods |
|
|---|---|
abstract void |
render(long renderTimestampNs)Renders the frame on the |
abstract void |
skip()Drops the frame. |
Public methods
render
abstract void render(long renderTimestampNs)
Renders the frame on the input surface.
| Parameters | |
|---|---|
long renderTimestampNs |
The timestamp to associate with this frame when it is sent to the surface. |