media element playback a portion and wait
How can I set my MediaElement (Silverlight) to play an audio file when it has some data (for example 10 % of the streamed file) ?
I want to start playback immediately after a little portion has buffered, then, if the application had no data, just pause the playback and 开发者_如何学JAVAwait. Is this possible?
Thanks in advance,
Regards
I think this is supported by the MediaElement. You just have to specify thru one of its properties whether it should Begin automatically.
精彩评论