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 audio files from a specified URL. It provides functions to control playback, manage buffering, handle errors, and retrieve playback information.
Overview
The Music Player component enables audio playback from a URL, offering control over playback, buffering, error handling, and information retrieval.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | percent | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | error | String |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | milliseconds | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | milliseconds | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | position | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | milliseconds | int |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Url | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | IsPause | boolean | |
2 | IsPlaying | boolean |