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. It provides functions to control playback (start, pause, stop), set playback properties (loop, volume), handle errors, and trigger events upon completion or when other players start. It also includes vibration functionality.
Overview
Properties:
Source()
: Gets or sets the audio source path.Loop()
: Gets or sets whether the media should loop.Volume(int vol)
: Sets the volume level.PlayOnlyInForeground()
: Gets or sets whether playback should only occur in the foreground.
Functions:
IsPlaying()
: Reports whether the media is playing.Start()
: Starts or resumes playing the media.Pause()
: Pauses the media playback.Stop()
: Stops the media playback and resets to the beginning.Vibrate(long milliseconds)
: Vibrates the device for the specified duration.