CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - bit c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Audio program
midi program
mpeg mp3
VOIP program
DVD
Streaming Mpeg4
Video Capture
Search - bit c - List
[
Multimedia program
]
MIDIWrapper_Src
DL : 0
Using the Windows low-level MIDI API is not necessarily easy. There are a lot of details to keep track of, and it can get a bit frustrating when you are trying to write a MIDI application. The goal of my small wrapper library is to elevate some of the grunt work that goes into using the Windows low-level MIDI API by encapsulating the functions into C++ classes. With these classes, most of the dirty work is handled behind the scenes. This leaves you free to concentrate on more important matters.-Using the Windows low-level MIDI API is not necessarily easy. There are a lot of details to keep track of, and it can get a bit frustrating when you are trying to write a MIDI application. The goal of my small wrapper library is to elevate some of the grunt work that goes into using the Windows low-level MIDI API by encapsulating the functions into C++ classes. With these classes, most of the dirty work is handled behind the scenes. This leaves you free to concentrate on more important matters.
Date
: 2008-10-13
Size
: 19.03kb
User
:
陈龙
[
Multimedia program
]
MFFMBitStream
DL : 0
MFFM Bit Stream A C++ heirachy for reading and writing bit streams. Implemented for maximum efficiency/ease of use. Write or read bit streams for audio and video protocols such as mpeg (mp3), H.263, etc. Many parallel streams could be used in logic syntax streams as well Operating System: OS Independent (Written in an interpreted language)-MFFM A Bit Stream C heirachy for reading and writing bit streams. Implemented for maximum e fficiency / ease of use. Write or read bit stream s for audio and video protocols such as mpeg (mp3 ), H.263, etc. Many parallel streams could be used in logi c syntax streams as well Operating System : OS Independent (Written in an interpreted lang uage)
Date
: 2008-10-13
Size
: 57.83kb
User
:
shan
[
Multimedia program
]
InvasionCSharp_src
DL : 0
DirectX has changed quite a bit over the years and the new DirectX 9 offers some new things that previous versions never did. DX9 provides new functionalities for enhanced 3D manipulations. But one big change is the addition of a managed DirectX so that you can create applications using a .Net language and still tie into DirectX. This is without having to work around a COM Interoperability issue. DirectX9 directly supports managed code and makes life for the DirectX/C# developer much simpler in the long run. The Managed DirectX classes include a DirectDraw set of classes to use for 2D manipulation. This 2D interface is not a new version of DirectDraw - it is a wrapper to get to the DirectDraw7 interface. This is good for a lot of developers that still want to do 2D games and also want to use a .NET language.-DirectX has changed quite a bit over the years and the new DirectX 9 offers some new things that previous versions never did. DX9 provides new functionalities for enhanced 3D manipulations. But one big change is the addition of a managed DirectX so that you can create applications using a .Net language and still tie into DirectX. This without having to work around a COM Interoperability issue. DirectX9 directly supports managed code and makes life for the DirectX/C# developer much simpler in the long run. The Managed DirectX classes include a DirectDraw set of classes to use for 2D manipulation. This 2D interface is not a new version of DirectDraw - it is a wrapper to get to the DirectDraw7 interface. This is good for a lot of developers that still want to do 2D games and also wa
Date
: 2008-10-13
Size
: 609.46kb
User
:
宋剑飞
[
Multimedia program
]
zoom.tar
DL : 0
图像缩放的一个程序,非常好用。This C source code for a program to do filtered zoom (resize) of 8 and 24-bit raster images
Date
: 2008-10-13
Size
: 36.87kb
User
:
zhangjiessie
[
Multimedia program
]
InvasionCSharp_src
DL : 0
DirectX has changed quite a bit over the years and the new DirectX 9 offers some new things that previous versions never did. DX9 provides new functionalities for enhanced 3D manipulations. But one big change is the addition of a managed DirectX so that you can create applications using a .Net language and still tie into DirectX. This is without having to work around a COM Interoperability issue. DirectX9 directly supports managed code and makes life for the DirectX/C# developer much simpler in the long run. The Managed DirectX classes include a DirectDraw set of classes to use for 2D manipulation. This 2D interface is not a new version of DirectDraw - it is a wrapper to get to the DirectDraw7 interface. This is good for a lot of developers that still want to do 2D games and also want to use a .NET language.-DirectX has changed quite a bit over the years and the new DirectX 9 offers some new things that previous versions never did. DX9 provides new functionalities for enhanced 3D manipulations. But one big change is the addition of a managed DirectX so that you can create applications using a .Net language and still tie into DirectX. This without having to work around a COM Interoperability issue. DirectX9 directly supports managed code and makes life for the DirectX/C# developer much simpler in the long run. The Managed DirectX classes include a DirectDraw set of classes to use for 2D manipulation. This 2D interface is not a new version of DirectDraw- it is a wrapper to get to the DirectDraw7 interface. This is good for a lot of developers that still want to do 2D games and also wa
Date
: 2026-01-02
Size
: 610kb
User
:
宋剑飞
[
Multimedia program
]
T-REC-G.722.1-200505-I!!SOFT-ZST-E
DL : 0
低码率宽带语音编码SirenTM(G722.1)算法-Low bit rate wideband speech coding SirenTM (G722.1) algorithm
Date
: 2026-01-02
Size
: 2.89mb
User
:
名阳
[
Multimedia program
]
zoom.tar
DL : 0
图像缩放的一个程序,非常好用。This C source code for a program to do filtered zoom (resize) of 8 and 24-bit raster images-Image scaling, a procedure very easy to use. This C source code for a program to do filtered zoom (resize) of 8and 24-bit raster images
Date
: 2026-01-02
Size
: 37kb
User
:
zhangjiessie
[
Multimedia program
]
mplayerc_src
DL : 0
Media Player Classic 源代码,vs2008编译环境-Media Player Classic source code To compile you need: * TortoiseSVN Download * Microsoft Visual C++ 2008 SP1 Download * Microsoft® Windows® Software Development Kit Update for Windows Vista™ Download (optional) * BaseClasses from same SDK (SVN) * DirectX SDK (August 2007) Download * For VS2008SP1 also are needed ATL Server Library and Tools * Yasm Download * MinGW32, installer can be found here: ffdshow discussion topic * Copy libgcc.a and libmingwex.a from the MinGW32 \lib\ directory to the \lib\ directory of MPC s code repository. * Building a 64-bit build requires MinGW64 and several additional steps. Not recommended for novice developers. * I compile MPC-HC using latest Win7 SDK RC1, VS2008SP1, Microsoft Directx SDK (mar 2009)+ missing files for WMR7 from DirectX SDK (August 2007) Download , ATL Server Library Tools and MinGW GCC 4.3.3. * More information: How to compile MPC-HC * The method that MPC-HC uses for compiling FFmpeg code is more complex. If
Date
: 2026-01-02
Size
: 13.34mb
User
:
charlie
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.