5 Star 15 Fork 13

Gitee 极速下载 / yuvplayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/latelee/YUVPlayer
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
YUVPlayer.h 559 Bytes
一键复制 编辑 原始数据 按行查看 历史
// YUVPlayer.h : PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
#endif
#include "resource.h" // 主符号
// CYUVPlayerApp:
// 有关此类的实现,请参阅 YUVPlayer.cpp
//
class CYUVPlayerApp : public CWinApp
{
public:
CYUVPlayerApp();
// 重写
public:
virtual BOOL InitInstance();
// 实现
DECLARE_MESSAGE_MAP()
afx_msg void OnHelpAbout();
ULONG_PTR m_gdiplusToken;
virtual int ExitInstance();
};
extern CYUVPlayerApp theApp;
C/C++
1
https://gitee.com/mirrors/yuvplayer.git
git@gitee.com:mirrors/yuvplayer.git
mirrors
yuvplayer
yuvplayer
master

搜索帮助