public interface

VideoSink.VideoFrameHandler

 androidx.media3.exoplayer.video.VideoSink.VideoFrameHandler

Overview

Handler for a video frame.

Summary

Methods
public voidrender(long renderTimestampNs)

Renders the frame on the input surface.

public voidskip()

Skips the frame.

Methods

public void render(long renderTimestampNs)

Renders the frame on the input surface.

Parameters:

renderTimestampNs: The timestamp to associate with this frame when it is sent to the surface.

public void skip()

Skips the frame.