Object documentation: VideoView B4A Library ExoPlayer - MediaPlayer / VideoView Alternative - Erel    Sep 21, 2021   (56 reactions)   tags: Code, Wewl, video, MediaPlayer ExoPlayer is an open source project that replaces the native MediaPlayer and VideoView types.
https://google.github.io/ExoPlayer/
License: Apache 2.0
It supports more media formats, it is more... B4i Tutorial VideoPlayer - Replaces VideoView - Erel    Mar 27, 2022   (1 reaction) iUI8 library v1.50 includes a new VideoPlayer view. It replaces VideoView from iMedia library.
Apple has deprecated the API that VideoView was based on. VideoPlayer is based on the newer... B4i Tutorial iMedia library - Camera and VideoView - Erel    Nov 19, 2017   (9 reactions) VideoView is an object that makes it quite simple to play local or remote videos.
The most important thing to remember about VideoView is that the object itself is not a View (unlike in... Italian B4J - VideoView - ivanomonti    Apr 17, 2020 Sempre io e che cavolo non vi lascio riposare hahahah colpa della pandemia e di tutti i fermi... ma ... B4A Library VitamioB4A - a B4A-wrapper of the vitamio-plugin (advanced videoview-library) - moster67    Mar 7, 2019   (4 reactions)   tags: Moster67 have been added and now mostly the subtitles-features of the VideoView-class are missing. Note: android.... The difference from the standard Android-VideoView is that VitamioB4A supports much more formats and.... The only thing I read is that VOV may collect certain usage statistics. Example usage: The VideoView... is raised when playback is completed. Simple example of using VitamioB4A's VideoView: Sub Globals Dim vv As VideoView End Sub Sub Activity_Create(FirstTime As Boolean) vv.Initialize... B4i Question VideoView force to landscape view in portrait only app? - yonson    Mar 3, 2015 the videoview to rotate to landscape mode by bypassing the portrait only restriction somehow (this is what we... Wish Adding an error event to videoview? - wimpie3    Jul 3, 2014 Currently when a videoview cannot be played, an error message pops up on the screen. Is it possible to raise an error event instead? It appears that VideoView exposes a "setOnErrorListener" event in Java. I'd like to use the following trick in B4A: http://stackoverflow.com/questions/5097101/what-video-format-will-play-on-all-android-devices but that is not possible due to the lack of the error event.... B4A Library VideoView optimized for orientation-change - moster67    Jan 5, 2017   (11 reactions) This is really not a new library but a way to show how to to use VideoView optimized for orientation-change and make your VideoView-app behave more professionally. I have seen many apps showing a VideoView in portrait-mode and when you change the orientation into landscape-mode, the video... you can use a VideoView and change orientation making sure that: 1) video will not stop after...***************************************************************************************************************************************** ' VideoView example... B4A Question videoview size - paul allen    Apr 21, 2020 is there a way to determine the size of the input video such as 4x3 or 16x9.
i'm loading video from my web site.
thanks.
paul... Other Xcode 9 / iOS 11 / B4i versions - Erel    Dec 12, 2017   (1 reaction) ://www.b4x.com/android/forum/threads/imedia-library-camera-and-videoview.46144/#content... Page: 1   2   3   4   5   6   |