Develop a music player without using com component.
Im trying to develop a music player in C# which has a playlist with play, pause, volume and seek bar functions. I will connect it to a database as well. I searched for similar projects and all I found were players developed using com component. Can anyone help me with it or provide useful links?
Ward SaidPosted Oct 16, 2014, 3:35 AM
http://msdn.microsoft.com/en-us/library/windows/desktop/ee892371%28v=vs.85%29.aspx
Since you want to develop using C#, I know a programming toolkit (leadtools) that has .NET Multimedia assemblies that wraps DirectShow COM components and provide high level programming layer for .NET developers. This toolkit supports almost all the features that you are looking for. You can find more information about it here:
https://www.leadtools.com/sdk/engine/multimedia.htm
Also, they have Media Foundation components:
https://www.leadtools.com/sdk/multimedia/media-foundation.htm
Prathamesh DeshpandePosted Oct 13, 2014, 7:57 PM
Munesh SharmaPosted Oct 13, 2014, 7:28 AM