mediaelement
Circulate playing audio with MediaElement in WPF
I am developing a video player with WPF.(in VB) I have already created a MediaElement ,ListBox, \"Next\" button,[详细]
2023-04-12 07:30 分类:问答Is there a way to get the progress of an mp3 download on the ipad?
We are developing a Javascript web app for the Ipad that requires sounds to be preloaded before it loads. We don\'t know what sounds the user needs until they click on an exercise and then they need m[详细]
2023-04-11 02:46 分类:问答AudioSink.OnSamples() and MediaStreamSource.GetSampleAsync() not called on time
I have a Silverlight application that uses an overridden AudioSink.OnSamples() to record sound, and MediaStreamSource.GetSampleAsync() to play sound.[详细]
2023-04-10 19:38 分类:问答WPF: Preview of MediaElement video (with a large number of files)
I can successfully display the first frame of a MediaElement in my ListBox (using this method). But when I get a large number of files (more than 20), it takes a long time before anything shows up.[详细]
2023-04-10 11:17 分类:问答How to add a Basic Authentication header to a MediaElement's Source request to a secure URL resource?
In my Silverlight applicatin, I am using Basic Authentication to communicate with my WCF Web Services. Everything works great, until my MediaElement attempts to reque开发者_如何学Cst a video of a secu[详细]
2023-04-08 19:33 分类:问答How do I move to the next song using a MVVM mediaelement
I\'m learning C#/WPF/MVVM by building a simple media player. I am using ICollectionView in the MainViewModel for the playlist. I built a separate usercontrol for the mediaelement with some code-behind[详细]
2023-04-08 04:49 分类:问答Windows Phone7 How to Play 3gp video?
I a开发者_如何转开发m using this code, String video=\"http://bitcast-in.bitgravity.com/divum/espn/j2me/260811_Nojo-does-a-Maria.3gp\";[详细]
2023-04-06 11:25 分类:问答Playing multiple Silverlight MediaElements at once
Here is the problem: I have a Silverlight application where we would like to play 8 Silverlight MediaElements at once.All are playing .MP4 videos.[详细]
2023-04-06 08:03 分类:问答Synchronize WPF MediaElement Video with second window
I\'m playing a video with the WPF MediaElement and OnButton Click it opens a second window (I move it with Screens.AllScreens[1] to my second monitor).[详细]
2023-04-04 07:19 分类:问答Start and stop MediaElement at specific times
I am change an app over to WPF, it plays audio and video and pictures all based on timed events .. I used \"string MciCommand = string.Format(\"play frames FROM {0} to {1} {2}\"\" , before.[详细]
2023-04-03 19:53 分类:问答