📄 ks.h
字号:
#ifndef _KS_H#define _KS_H#if __GNUC__ >= 3#pragma GCC system_header#endif#ifdef __cplusplusextern "C" {#endif/*--- DirectShow Reference - DirectShow Structures */typedef struct { ULONG Size; ULONG Count;} KSMULTIPLE_ITEM,*PKSMULTIPLE_ITEM;#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -