Video player¶
Caution
The following API is for Freebox’ internal use only. No guarantee is made on the stability of this API.
- component fbx.media.VideoPlayer¶
Video player is a widget visually containing video. Its position and size on the screen determines where the video will appear. Animation of this element will be followed, but with a small latency. This renders this object impratical for most real-time animations.
This object inherits
fbx.media.AudioPlayer
. It has all its properties, methods and signals.- signal firstPicture()¶
Fired when first picture is rendered on screen.
- property scalingMode¶
Sets the way the media and screen size are matched for rendering. One of “fullscreen”, “panscan”, “anamorphic” or “letterbox”.