VideoFileRenderer

Can be used to save the video frames to file.

Constructors

Link copied to clipboard
constructor(outputFile: String, outputFileWidth: Int, outputFileHeight: Int, sharedContext: EglBase.Context)

Functions

Link copied to clipboard
open fun onFrame(frame: VideoFrame)
Implementations should call frame.retain() if they need to hold a reference to the frame after this function returns.
Link copied to clipboard
open fun release()
Release all resources.