VideoPlayerFFMPEG
Video player based on FFMPEG
Functions
Link copied to clipboard
Draw the current frame
fun draw(drawer: Drawer, source: Rectangle, target: Rectangle, blind: Boolean = false, update: Boolean = true)
Draw the current frame using source and target rectangles
fun draw(drawer: Drawer, x: Double = 0.0, y: Double = 0.0, width: Double = this.width.toDouble(), height: Double = this.height.toDouble(), blind: Boolean = false, update: Boolean = true)
Draw the current frame at given position and size