Top "Media-player" questions

Software or hardware device designed to play audio/video files.

iPhone SDK:How do you play video inside a view? Rather than fullscreen

I am trying to play video inside a UIView, so my first step was to add a class for that …

ios objective-c media-player mpmovieplayer
Passing parameters on button action:@selector

I want to pass the movie url from my dynamically generated button to MediaPlayer: [button addTarget:self action:@selector(buttonPressed:) …

iphone parameters action selector media-player
Android MediaPlayer Stop and Play

I'm creating Android application contains 2 buttons, on click on each button play a mp3 file. The problem is when I …

android media-player
MediaController with MediaPlayer

I want media controls such as play/pause for streaming audio that I am playing in my app. I am …

android controller media-player
How to play the audio files directly from res/raw folder?

I have multiple audio files in res/raw folder. I showing ListView that contains audio files name. I want to …

android media-player r.java-file
Android: MediaPlayer setVolume function

about the params Set what to make the player no sound and full sound Thanks

android audio media-player volume
how to play audio file in android

I have a mp3 file in my android mobile, lets it's a xyz.mp3 somewhere in my sdcard. How to …

android audio android-widget media-player
Android MediaPlayer error (1, -2147483648)

I have two different videos which I'm trying to load into a VideoView using videoView.setVideoURI(Uri.parse(url)); The …

android media-player android-videoview
Online radio streaming app for Android

I'm building an Android app that will stream several radio stations from a Latin Country, there is like 10 stations that …

java android eclipse audio media-player
Android Media Player play/pause Button

In my project, I am playing music file in android media player by using the following code MediaPlayer mPlayer = MediaPlayer.…

android media-player