| Author |
Message |
ThunderMusic
Guest
|
Posted:
Sun Jan 01, 2006 9:30 pm Post subject:
Is there an easy way of using the Windows Media 9.X SDK unde |
|
|
the subject sais it all.
Thanks
ThunderMusic
|
|
| Back to top |
|
 |
The March Hare [MVP]
Guest
|
Posted:
Sun Jan 01, 2006 9:30 pm Post subject:
Re: Is there an easy way of using the Windows Media 9.X SDK |
|
|
Which WM SDK (Format, Encoder, Player, etc.)?
In any case, most have .NET samples, IIRC.
--
Please read this before replying:
1. Dshow & posting help: http://tmhare.mvps.org/help.htm
2. Trim & respond inline (please don't top post or snip everything)
3. Benefit others: follow up if you are helped or you found a solution |
|
| Back to top |
|
 |
The March Hare [MVP]
Guest
|
Posted:
Mon Jan 02, 2006 1:30 am Post subject:
Re: Is there an easy way of using the Windows Media 9.X SDK |
|
|
On Sun, 1 Jan 2006 17:02:54 -0500, ThunderMusic wrote:
| Quote: | I'm talking about the one which I can decode with... on MS's site it's
called Windows Media 9.X SDK, it's the second in the list...
|
What page?
If you mean:
http://www.microsoft.com/windows/windowsmedia/mp10/sdk.aspx
then as Alessandro wrote, it's called the "Windows Media Format 9.5 SDK".
The only managed sample I have in the 9.0 version is "Managed MetadataEdit"
which may not be what you want to do. The Encoder and Player SDKs have
more managed samples. Since the Format SDK is more closely related to
dshow most of its samples are in regular C++.
--
Please read this before replying:
1. Dshow & posting help: http://tmhare.mvps.org/help.htm
2. Trim & respond inline (please don't top post or snip everything)
3. Benefit others: follow up if you are helped or you found a solution
|
|
| Back to top |
|
 |
ThunderMusic
Guest
|
Posted:
Mon Jan 02, 2006 1:30 am Post subject:
Re: Is there an easy way of using the Windows Media 9.X SDK |
|
|
you are totally right, it's Windows Media Format SDK... What if I build an
ATL COM or a straight Win32 DLL and then using the interop only to call one
function telling me the information I need (I have no need to get the
resulting buffer, only a boolean) Would it be slow too?
thanks a lot for the infos |
|
| Back to top |
|
 |
ThunderMusic
Guest
|
Posted:
Mon Jan 02, 2006 1:30 am Post subject:
Re: Is there an easy way of using the Windows Media 9.X SDK |
|
|
I'm talking about the one which I can decode with... on MS's site it's
called Windows Media 9.X SDK, it's the second in the list...
thanks for the info. I'll try it. |
|
| Back to top |
|
 |
Alessandro Angeli [MVP::D
Guest
|
Posted:
Mon Jan 02, 2006 1:30 am Post subject:
Re: Is there an easy way of using the Windows Media 9.X SDK |
|
|
No, it's called Windows Media *Format* SDK. Anyway, there is
no built-in managed support and the only managed sample in
the SDK is a joke. However, it's possible, but not easy, to
create a COM InterOp wrapper manually using the IDL file in
the SDK. InterOp marshalling of the sample buffers is going
to slow down decoding a lot.
--
// Alessandro Angeli
// MVP :: Digital Media
// a dot angeli at psynet dot net |
|
| Back to top |
|
 |
|
|
|
|