streaming-audio-and-video
Mobile icon

Streaming Audio And Video

version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 05 March 2019 by 
0.0
 (0 ratings)
streaming-audio-and-video

Streaming Audio And Video

Documentation
1.0.0

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.