This link is broken. Are there any other resource that keeps media player error codes? or does anybody know what the -18 error code mea开发者_Python百科ns?
I am developing an application which plays videos from a playlist. In case there is no video on the device the app dowloads it from a site and moves to the next video in the list.
Hey guys and girls :) ok so i ran this project -> http://www.helyar.net/2009/libvlc-media-player-in-c-part-2/ and it worked perfectly (he was using .net 2.0) however when i try anything above 3.5 it
Is there a media player, where you can control its audio and video using script or code.for example lets say i want to pause the video after n secs, which play开发者_StackOverflower supports this? I a
I have a slider where I get a value from 0 to 100 to adjust the volume. The MediaPlayer.Volume expects a value between 0.0 and 1.0 while 0=-96db and 1=-0db. Curren开发者_JS百科tly I use the following
I am unable to play an MP3 file one after the other, when 1 file finishes playing the other file needs to start. I am only able to s开发者_如何学JAVAtart playing 1 file, when I put code to start the n
I want to prepare my mediaplayer on this activity and when its prepared I want to jump to another activity and start the mediaplayer there. It doesn\'t jump to the other activity can you help me pleas
So I have seen some other posts similar, but not quite answering what I am looking for. Basically onCreate is loading in the content (being textviews and image) and it also opens up another thread t
I am working with a application where I want to play a mp3-file. Depending on a user choice (this part is finished) a specific file shall be played.
I am having a problem with the sleep lock in my application. I am using a native thread which is using sockets to retrieve RTP packets who contains audio data. This audio data is then sent to the and