mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-28 16:41:52 +08:00
init
This commit is contained in:
13
libs/hwcodec/dev/capture/src/dxgi_ffi.h
Normal file
13
libs/hwcodec/dev/capture/src/dxgi_ffi.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef FFI_H
|
||||
#define FFI_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void *dxgi_new_capturer(int64_t luid);
|
||||
void *dxgi_device(void *capturer);
|
||||
int dxgi_width(const void *capturer);
|
||||
int dxgi_height(const void *capturer);
|
||||
void *dxgi_capture(void *capturer, int wait_ms);
|
||||
void destroy_dxgi_capturer(void *capturer);
|
||||
|
||||
#endif // FFI_H
|
||||
Reference in New Issue
Block a user