MediaStreamSource sample for Silverlight
Posted by: Method ~ of ~ failed,
on 01 Oct 2008 |
View original | Bookmarked: 0 time(s)
You may be reading the title and wondering what is MediaStreamSource? MediaStreamSource is a piece of the Silverlightruntime that removes a the influence of a media file's container, giving developers direct access to APIs for manipulating encoded elementary audio and video streams. Huh? Basically it can enable you as the developer to implement file parsers/etc. in managed code instead of Silverlight, enabling support beyond the native built-in formats for media. There hasnt been much information...