libobs 2.0.5

LibOBS bindings for Rust
1
2
3
4
5
6
7
// Taken from https://github.com/obsproject/obs-studio//blob/a1fbf1015f4079b79dc9ef4f6abecf67920e93cf/plugins/win-capture/duplicator-monitor-capture.c#L63-L64
enum display_capture_method
{
    DISPLAY_METHOD_AUTO,
    DISPLAY_METHOD_DXGI,
    DISPLAY_METHOD_WGC,
};