Skip to content

Commit a5cf593

Browse files
authored
windows-side code to read what is playing
0 parents  commit a5cf593

File tree

3 files changed

+444
-0
lines changed

3 files changed

+444
-0
lines changed

media_control_reader/Cargo.lock

Lines changed: 329 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

media_control_reader/Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[package]
2+
name = "media_control_reader"
3+
version = "1.0.0"
4+
edition = "2024"
5+
6+
[dependencies]
7+
serialport = "4.7.2"
8+
windows = { version = "0.61.3", features = [
9+
"Media",
10+
"Media_Control"
11+
]}

0 commit comments

Comments
 (0)