Alex
Sat Oct 02 00:29:25 CDT 2004
You will need to use Windows Media Format SDK.
You are looking for the interface IWMHeaderInfo3, specifically method
AddMarker
In the Samples directory there is a managed sample. It includes a managed
wrapper for that particular interface.
Did I mention this is entirely wrong newsgroup for this kind of questions?
--
Alex Feinman
---
Visit
http://www.opennetcf.org
"questions" <questions@discussions.microsoft.com> wrote in message
news:DF0024C5-64EE-4E8E-A237-085C40E48445@microsoft.com...
> In programming point of view, I want to insert some marks into a wmv
> file(like timestamps), then the video will be packaged into several
> partitions.
>
> ......{"header"+"video partition"+"footer"}......
>
> I am programming with C#. What tools can help to do so?