📄 tconfpagedecvideo.h
字号:
#ifndef _TCONFPAGEDECVIDEO_H_
#define _TCONFPAGEDECVIDEO_H_
#include "TconfPageDec.h"
#include "IffdshowDecVideo.h"
class TconfPageDecVideo :public TconfPageDec
{
protected:
comptrQ<IffdshowDecVideo> deciV;
public:
TconfPageDecVideo(TffdshowPageDec *Iparent,const TfilterIDFF *idff=NULL,int IfilterPageId=0):TconfPageDec(Iparent,idff,IfilterPageId)
{
deciV=deci;
}
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -