Using Media Foundation with C# ?

Hi,

Microsoft will provide managed interface (wrapper?) for Media Foundation in order to use it with .NET? Because Direct Shows is almost unusable with C#...

Thanks

[174 byte] By [CyberSinh] at [2008-2-8]
# 1

No, unfortunately we don't have plans to include a managed wrapper for Media Foundation in its v1 (Windows Vista).

BeckyWeiss-MSFT at 2007-9-10 > top of Msdn Tech,Audio and Video Development,Media Foundation Development...
# 2
Ooooo please do make plans to provide a .NET managed wrapper to Media Foundation soon thereafter!!!!! That would be most helpful and advantageous!
ThomasKurek at 2007-9-10 > top of Msdn Tech,Audio and Video Development,Media Foundation Development...
# 3
Well, that's really strange because rhere has been namespace system.windows.media.core that wrapped MF functionality. Why it has been removed?
PrzemekWasylko at 2007-9-10 > top of Msdn Tech,Audio and Video Development,Media Foundation Development...
# 4
Becky Weiss - MSFT wrote:

No, unfortunately we don't have plans to include a managed wrapper for Media Foundation in its v1 (Windows Vista).

IMHO that's very unpleasant. You have not provided managed wrapper for Windows Media Format SDK - OK, I have written one by myself. Windows Media Format SDK has been create long before .NET era. By why the heck you do not give what you already do have? .NET Framework 1.2 (yes, there has been such development version, plz see http://www.winfx247.com/247reference/System/Windows/Media/Core/System.Windows.Media.Core.aspx for example) has all I need to develop managed application that can use Media Foundation to do efficient audio streaming, bypassing DirectSound, which on Vista is merely wrapper over Media Foundation. I still do not get why you play against people developing on YOUR platform. Grrr, I *had* to write it.

PrzemekWasylko at 2007-9-10 > top of Msdn Tech,Audio and Video Development,Media Foundation Development...
# 5

How can i display some video from a tvcard source in a 3d object in xaml?

It seems that i can't use MediaElement...

Please help!

JP

JoaoSousa at 2007-9-10 > top of Msdn Tech,Audio and Video Development,Media Foundation Development...