Media_demo
Media_demo package is a demo of Media controls.
MediaPlayer demo
It demonstrates MediaPlayer control.
In addition to play, pause and stop, other options included are:
Force aspect
If set, image will follow original video aspect fitted to control. If not, video image will follow control boundaries.

RGB
If set, image is converted to RGB so it is possible to postprocess it prior to be visualized.
Following this and using WhenFrame(SDLSurface &surface) callback, there have been included three samples:
"Show logo" shows a drawing over video image.

"BW" shows a moving grayscale square moving across the image.

"Motion detect" shows blue squares in areas where movement has been detected.

VolumeCtrl
It demonstrates VolumeCtrl.
|