Media Player in C#

Discussion in 'C#' started by imported_muhammadali, Feb 20, 2009.

  1. imported_muhammadali

    imported_muhammadali New Member

    Joined:
    Feb 19, 2009
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    hello i am new in this community,i have great interest in programming in c# i wnt to make a media player which play files of all format,i tried the mediaplayer which is build in c# but i wnt to make my own can anyone help how to make it.
     
  2. LynxSI

    LynxSI New Member

    Joined:
    May 23, 2010
    Messages:
    30
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Software Developer
    Location:
    Vancouver, BC, Canada
    Home Page:
    http://www.lynxsi.ca/
    Do a quick search in google for "C# Media Player". You'll get many options.

    Most notably using DirectX via the Microsoft.DirectX.AudioVideoPlayback namespace. (This is what media player will be using behind the scenes)

    But there are a few other libraries out there with managed wrappers. Try searching for BASS.dll.
    - Ben
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice