Is there the equivalent of the Windows Media Player SDK for the Zune Player software? I would like to be able to control the volume, play/pause state, and skip to next / previous track.
Asked
Active
Viewed 971 times
2
-
Did anyone learn how to initialize the database? – Jake Pearson Jan 04 '10 at 02:56
-
I was able to add support for Zune Player to FreezBeat via MediaKeys emulation. When I add track notification, I'll revisit this. – Jeff Paquette Jan 04 '10 at 04:09
1 Answers
0
There is a Zune API but i dont know if it can do that... and its not documented so i never got it to work..
But the post is outdated the zuneLib.Initialize() takes a parameter and i have no idear what to put there.. if you figure it out share please!

Peter
- 37,042
- 39
- 142
- 198
-
Excellent! I used redgate's reflector, the updated signature of that function is public unsafe int modopt(IsLong) Initialize(string path, out bool dbRebuilt). The path appears to be the path to the zune's media database. I'm looking for a C++ API though that may be too much to ask for ! – Jeff Paquette Dec 03 '09 at 14:42
-