AtmoInput.cpp
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:
midi
开发平台:
Unix_Linux
- /*
- * AtmoInput.cpp: abstract class for retrieving precalculated image data
- * from different sources in the live view mode
- *
- *
- * See the README.txt file for copyright information and how to reach the author(s).
- *
- * $Id: 3cf6ef1c0fe36f5a37bdaf3f198732bf0c9e328c $
- */
- #include "AtmoInput.h"
- CAtmoInput::CAtmoInput(CAtmoDynData *pAtmoDynData)
- {
- this->m_pAtmoDynData = pAtmoDynData;
- }
- CAtmoInput::~CAtmoInput(void)
- {
- }
- void CAtmoInput::WaitForNextFrame(DWORD timeout)
- {
- return;
- }