windows media player - Full api wmplib.windowsmediaplayer c# -
i beginner in c#. i'm trying create simple audio player.
wmplib.windowsmediaplayer wplayer = new wmplib.windowsmediaplayer(); wplayer.url = "my_sound.mp3"; wplayer.controls.stop(); i searched full api windowsmediaplayer found https://msdn.microsoft.com/en-us/library/windows/desktop/dd564585(v=vs.85).aspx
please give me api link ms library
the full api documentation windowsmediaplayer control can found on msdn here.
to answer specific question asked in comments: set currentposition property on media player control seek. value double, representing seconds after start of media, 95 corresponds 1:35 (m:s), example.
Comments
Post a Comment