tbitratedlg.h
来自「从FFMPEG转换而来的H264解码程序,VC下编译..」· C头文件 代码 · 共 25 行
H
25 行
#ifndef _TBITRATEDLG_H_
#define _TBITRATEDLG_H_
#include "Twindow.h"
#include "interfaces.h"
class TbitrateDlg :public TdlgWindow
{
private:
IffdshowBase *deci;
void init(void);
int numframes;
uint32_t getLen(void);
double getFps(void);
void time2dlg(void),bps2dlg(void);
unsigned int getbps(void);
protected:
virtual INT_PTR msgProc(UINT uMsg, WPARAM wParam, LPARAM lParam);
public:
static const int mpeg12_frame_rate_tab[][2];
TbitrateDlg(HWND hParent,IffdshowBase *Ideci);
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?