Questions tagged [mediaelement]

mediaelement is an abstraction used to represent multimedia viewed by a user

mediaelement is defined as a class object in several frameworks, and encapsulates audio, video, and audio/video instances

References

863 questions
-1
votes
1 answer

Why does my re-recorded audio file play back with chipmunk voice?

I use NAudio 1.72 project to record new audio files and edit existing wav files. I noticed that whenever I open a 172kbps wav file and record part of the file, playback sounds like a chipmunk. The newly recorded wav files show a bit rate of 128kbps.…
newbie14
  • 85
  • 1
  • 5
-1
votes
1 answer

Biding a css element to mediaelement

Hello Im using Media Element and Im trying to bind a display block and none to media element play and pause event. Any thoughts on how to do this ? Here is my code $('#mejs-player').mediaelementplayer features: [ "playpause" ] …
r23712
  • 549
  • 1
  • 6
  • 14
-1
votes
1 answer

How can I use 2 MediaElements at the same time?

I'm creating a mini game. It has music background and gun sound. But I can not play them at the same time. How can I do it ???
Carson Vo
  • 476
  • 6
  • 20
-1
votes
1 answer

Show a alert when the user close the window when the audio is playing

I use the MediaElement.js framework to build my audio players... But, is a podcast and is normal see users closing the window accidentally. I'm searching for scripts to this, but absolutely nothing works. How alert the user when he close the window…
Iago
  • 1,214
  • 1
  • 10
  • 19
-1
votes
1 answer

WPF imagecontrol and media element

I wanna put a media element to inside a image control . For example like this ; And after do this I wanna save this image to my computer as a image . Is something this possible accorting to you?
-1
votes
2 answers

MediaElement doesn't play mp3 or wav

I wanna play a sound when page is loaded. I created an MediaElement in components named "media". I changed setting as I want and when I run project, notting happens. I can't hear music. XAML : C# : media.Play(); Solution : Just tick to…
Ali Avcı
  • 1,281
  • 1
  • 11
  • 24
-2
votes
1 answer

Play M4B file in MediaElement class in wpf?

Is it possible to play M4B audiobook files in WPF media element class? If not, can someone please help me find an alternate solution? Trying to create a WPF apps that can play M4B files.
-2
votes
1 answer

MediaElement.Source throws 'System.InvalidOperationException'

I'm writing a WPF application and I have a MediaElement-Property called VideoPlayer in a class called ViewmodelVideos. When I say ViewModelVideos.VideosPlayer.Source = new Uri(text); I get an exception: Exception thrown:…
murkr
  • 634
  • 5
  • 27
1 2 3
57
58