media

  1. S

    B4A Class Class media

    Hi, An easy way to take/record/choose photo/video/audio with this small class (clMedia.bas). No permission needed It uses intents to call default app. 3 constants for media type cPhoto = 0 cVideo=1 cAudio=2 2 constants for origin cNew=0 cChoose=1 1 method to call with 2 parameters (media...
  2. sentechnologies

    Android Question Youtube videos list with thumbnail in an activity

    How to list an youtube channel videos list with thumbnail in an activity.
  3. A

    Android Question get song picture in B4A

    Hi to all I want to make a lyric timing app for android and I use libraries to find music path, name and duration,artists and ... I want to know how can I get the mp3 cover image? is there a library? please help me, i need that soon thanx a lot
  4. rleiman

    Android Question JavaObject not always returning a value when media has finished playing

    I seem to be having a bit of a problem with the execution of this code which is in my service: Sub IsStreamActive(Stream As Int) As Boolean Dim jo As JavaObject Return jo.InitializeStatic("android.media.AudioSystem").RunMethod("isStreamActive", _ Array(Stream, 0)) End Sub I'm...
Top