Media
Media category encompasses components designed to handle various media-related tasks, including audio, video, and image functionalities.
About the component
- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 15 Blocks Available
A component that allows the playback of video files. It provides functions to control playback (start, pause, stop, seek), set playback properties (volume), retrieve video information (duration), handle events (completed), and manage the video player's dimensions and fullscreen mode.
Overview
The VideoPlayer enables video playback with controls for starting, pausing, stopping, and seeking. It allows setting volume, retrieving video duration, handling completion events, and managing dimensions, including fullscreen.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | message | String |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ms | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 0 |
2 | top | Integer | 0 |
3 | right | Integer | 0 |
4 | bottom | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 0 |
2 | top | Integer | 0 |
3 | right | Integer | 0 |
4 | bottom | Integer | 0 |