Howto play video with external audio in Silverlight?
Posted
by Fury
on Stack Overflow
See other posts from Stack Overflow
or by Fury
Published on 2010-05-16T11:49:10Z
Indexed on
2010/05/16
12:00 UTC
Read the original article
Hit count: 306
Hi all,
Is there any proper method to play synchronously video and external audio, other than simply having two MediaElement (one for video source and one for audio) started simultaneously? I need to play video with different soundtracks, but I belive that just two separated MediaElements will be out of sync at some point of time. Maybe there is some way to add audio source to the existing MediaElement with video? Platform: SL3, but SL4 will be good as well.
Thanks in advance.
© Stack Overflow or respective owner