Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

theaaf/decklink-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decklink-rs

This crate wraps the DeckLink SDK. To iterate connected devices, for example, you could just do something like this:

for device in decklink::Iterator::new().unwrap() {
    println!("{}", device.get_model_name().unwrap());
}

About

Rust crate that wraps the DeckLink SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published