Crates.io | cadeau-sys |
lib.rs | cadeau-sys |
version | 0.2.1 |
source | src |
created_at | 2024-07-24 19:29:20.733763 |
updated_at | 2024-07-26 08:25:09.169841 |
description | FFI bindings to Cadeau library, performance primitives and media foundation functions |
homepage | https://github.com/Devolutions/cadeau |
repository | https://github.com/Devolutions/cadeau |
max_upload_size | |
id | 1314271 |
size | 12,849 |
:warn: This crate has been replaced by xmf-sys :warn:
Low-level and unidiomatic bindings to Cadeau library, performance primitives and media foundation functions.
It’s possible to choose between dynamically loading the library at runtime by enabling the dlopen
feature, or regular static / dynamic linkage at build-time.
The API itself is identical except for a init
function which must be called before using other API when dlopen
feature is enabled.