Training
Training
Welcome
Guided Paths
Build an App
Training Planner
Courses
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
›
Streaming Audio And Video
Streaming Audio And Video
version
1.0.0
(Compatible with
OutSystems 11
)
Uploaded
on
05 March 2019
by
0.0
(0 ratings)
Overview
Reviews
Versions
Documentation
Support
Streaming Audio And Video
Documentation
1.0.0
Draft
Highlights
Video Player
Play :
It accepts options (all optionals) object with a callback.
playVideo(videoUrl (String), options)
Options :
successCallBack
: function
errorCallBack
: function
orientation
: //String landscape/portrait
shouldAutoClose
: // Boolean true(default)
controls: // Boolean true(default). Used to hide controls on fullscreen
Audio Player
Play :
It accepts options (all optionals) object with a callback.
playAudio(audioUrl (String), options)
Options :
successCallBack:function
errorCallBack
: function
bgColor
: "#FFFFFF", // String
bgImage
: // String
bgImageScale
: "fit", // other valid values: "stretch", "aspectStretch"
initFullscreen
: //Boolean true(default). iOS only.
keepAwake: //Boolean true(default). Prevents device from sleeping. Android only.
Loading...
Loading