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

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -