MoviePlayer

constructor(sourceFile: File, outputSurface: Surface, frameCallback: MoviePlayer.FrameCallback)

Constructs a MoviePlayer.

Parameters

sourceFile

The video file to open.

outputSurface

The Surface where frames will be sent.

frameCallback

Callback object, used to pace output.

Throws