Registry / other / windows-media

windows-media

JSON →
library0.23.0rscratesunverified

Provides bindings to Windows Media APIs for audio/video playback and capture.

# Cargo.toml [dependencies] windows-media = "0.23.0"
INSTALL
IMPORT
SIG · WINDOWS-MEDIA
W
windows-media
otherrustv0.23.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MediaPlayer
use windows_media::MediaPlayer;

Create a Windows Media Player instance.

use windows_media::MediaPlayer; fn main() { let player = MediaPlayer::new().unwrap(); println!("Media player created"); }
Debug
Known issues
gotchaOnly works on Windows with appropriate SDK.
fix
Ensure you are on Windows and have Windows SDK installed.
affects: >=0.1.0
Upgrade
Version history
0.23.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
windows-media — cargo add windows-media · libregistry