Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Is LTC Timecode recognised by SL?

    Adding link to blog post on this subject: http://blog.johndeutscher.com/2009/02/18/smpte-12m-timecode-support-for-silverlight/  
  • Re: Timecode, Timespan, Position, SMPTE

    Adding a link to my blog post on this subject also http://blog.johndeutscher.com/2009/02/18/smpte-12m-timecode-support-for-silverlight/  
  • Re: SMPTE Time code

    Adding a link to my blog post on this subject as well http://blog.johndeutscher.com/2009/02/18/smpte-12m-timecode-support-for-silverlight/  
  • Re: Timecode support

    Sorry I am way late to this thread!  I have your answer.  You can do SMPTE timecode with Silverlight, but currently not in the way the old WMP.ocx would allow you to navigate based on the embeded per-frame Data Unit Extension that is in the Format SDK.  However for IMM we wrote a helper class that looks like a TimeSpan, but ...
  • Re: Re: How to adjust videos using Timeline markers for playing them from the appropriate marker position

    Not exactly.... At least not in the way the old WMP.ocx would allow you to navigate based on the embeded per-frame Data Unit Extension that is in the Format SDK However, you can easily convert the TimeSpan object that is reported back from Silverlight's MediaElement to SMPTE 12M timecode using a class that I wrote that is included in ...
  • Re: Is LTC Timecode recognised by SL?

     VC-1 format can store a Data Unit Extension that contains the SMPTE timecode.  Details on that are in the Format SDK. Unfortunately you cant do anything with that Data Unit Extension in the Silverlight 2.0's MediaElement. However, you can easily convert the TimeSpan object that is reported back from Silverlight's ...
  • Re: Timecode, Timespan, Position, SMPTE

    Not exactly.... At least not in the way the old WMP.ocx would allow you to navigate based on the embeded per-frame Data Unit Extension that is in the Format SDK However, you can easily convert the TimeSpan object that is reported back from Silverlight's MediaElement to SMPTE 12M timecode using a class that I wrote that is included in ...
  • Re: SMPTE Time code

    Not exactly.... At least not in the way the old WMP.ocx would allow you to navigate based on the embeded per-frame Data Unit Extension that is in the Format SDK However, you can easily convert the TimeSpan object that is reported back from Silverlight's MediaElement to SMPTE 12M timecode using a class that I wrote that is included in ...
Microsoft Communities