Displaying 2 results from an estimated 2 matches for "libdsplaydotnet".
2005 Jun 08
1
c# source to interop call vorbisfile.dll
Hi,
 
Can anyone tell me where I can get sample C# code to call the native (win32)
dll vorbisfile.dll to decode a vorbis Stream?
I want the native performance of this methodology, however Ive tried porting
the invocation code to C# and keep getting null reference errors when
Calling ov_open_callback.
 
Thanks
 
 - Adam
-------------- next part --------------
An HTML attachment was
2005 Jun 18
0
Fw: can't get to work windows player
...te the hardcoded filename, you'll have to change that to whatever you want to play) It says it's an audio player, but it will play video too. Very simple to do.
  If you re .net inclined, there is a fully functional media player class here... http://svn.xiph.org/trunk/oggdsf/src/lib/player/libDSPlayDotNET/ That's even easier to use... it will let you load any file, play, pause, seek, stop, get audio and video information, capture video frames to .net bitmap objects, and let you simply embed video windows into your .net forms by passing in the window handle.
  You'll have much more success g...