DirectShowNET: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:English pages]]
[[Category:Software development]]
==== DirectShowNET Library ====
==== DirectShowNET Library ====
The purpose of this library is to allow access to Microsoft's DirectShow functionality from within .NET applications. This library supports both Visual Basic .NET and C#, and theoretically, should work with any .NET language.
The purpose of this library is to allow access to Microsoft's DirectShow functionality from within .NET applications. This library supports both Visual Basic .NET and C#, and theoretically, should work with any .NET language.
Line 4: Line 6:




==== Code samples and tutorials ====
* [http://blogs.msdn.com/b/toub/archive/2007/09/22/fun-with-dvr-ms.aspx Fun with DVR-MS (now on my blog) - Stephen Toub]
* [http://src-doc.team-mediaportal.com/mediaportal_2/dc/d8f/_video_player_8cs_source.html VideoPlayer.cs - part of MediaPortal 2]


==== GraphEdit ====
==== GraphEdit ====
Line 15: Line 20:
# C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin>regsvr32 proppage.dll
# C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin>regsvr32 proppage.dll
# C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\x64>regsvr32 proppage.dll
# C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\x64>regsvr32 proppage.dll
==== Media types and GUIDS ====
* [http://msdn.microsoft.com/en-us/library/dd757532(v=vs.85).aspx Media Type Identifiers]
* [http://support.microsoft.com/kb/899113 The default codecs that are included with Windows Media Player 9 and with Windows Media Player 10]
==== Windows Media Foundation ====
* [http://msdn.microsoft.com/en-us/library/dd757927(v=vs.85).aspx Supported Media Formats in Media Foundation]
* [http://blogs.msdn.com/b/mf/archive/2010/05/20/using-event-viewer-to-trace-media-foundation.aspx Using Event Viewer to Trace Media Foundation]
==== Windows SDK ====
* [http://msdn.microsoft.com/en-us/windowsserver/bb980924.aspx Microsoft Windows Software Development Kit]
<google>ENGELSK</google>

Latest revision as of 08:58, 14 March 2011

DirectShowNET Library

The purpose of this library is to allow access to Microsoft's DirectShow functionality from within .NET applications. This library supports both Visual Basic .NET and C#, and theoretically, should work with any .NET language.


Code samples and tutorials

GraphEdit

Fix: How to 'Connect to remote graph...' under Vista and Windows 7

To be able to connect to a remote graph with Graphedit or GrapsStudio, you need to register proppage.dll form the Windows SDK.
The proxy/stub code for many of the DirectShow interfaces has since Vista been moved from quartz.dll to proppage.dll.
If you are running on x64 Windows you need to register both x86 ans x64 version of proppage.dll.

  1. C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin>regsvr32 proppage.dll
  2. C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\x64>regsvr32 proppage.dll

Media types and GUIDS

Windows Media Foundation

Windows SDK

<google>ENGELSK</google>

id=siteTree