Software or hardware device designed to play audio/video files.
I am trying to play a sound file in my WPF application. Currently I have the following call: private void …
c# .net wpf media-playerI am making a new android sound application. I made a clickable button to play sound when I click on …
android media-playerI am attaching the sound files in the assets folder for play sound in the notification but I am not …
android notifications media-player android-resources android-assetsI am developing audio player in android. So i want to add the details of the playing song i.e. …
android media-player android-ndk native-code bitrateI am trying to play url using media player in activity using: mediaPlayer = MediaPlayer.create(getApplicationContext(), Uri.parse("http://www.…
android media-player live-wallpaper surfaceholderI'm able to stream audio and stop it without any problem, but when I try to start it again after …
android audio media-playerI need to play multiple audio files, with different duration, like 5 to 30 seconds. And i want to set volume independently …
android audio media-player audiotrackI'm currently developing the android application ServeStream and I've encountered and problem that I can't fix. My application will stream …
android video screen media-player playbackWhat is proper way to specify the path to mp3 file in M3U playlists, for use playlists in hardware …
audio mp3 media-player playlistI'm trying to play DASH video on android devices with the ExoPlayer from Google (http://developer.android.com/guide/topics/…
android video media-player exoplayer