Satish
Satish

Reputation: 79

How to embed a Media Player

How to embed a Jukebox or a media player in C# .NET?

Or rather create a playlist which can play WAV files.

Upvotes: 0

Views: 2692

Answers (3)

QrystaL
QrystaL

Reputation: 4966

If you are using .NET Framework 3.5 and WPF, you can try System.Windows.Media.MediaPlayer

http://msdn.microsoft.com/en-us/library/system.windows.media.mediaplayer.aspx

Upvotes: 1

RvdK
RvdK

Reputation: 19800

Soundplayer to just play sound, windows media player for audio/video playback on a form

Soundplayer Windows media player

Upvotes: 1

Alex Reitbort
Alex Reitbort

Reputation: 13706

You can embed microsoft media player COM component and control it from code.

How to interact with Windows Media Player in C#

Upvotes: 2

Related Questions