#include <ICameraApp.h>
公有成员 | |
virtual char * | GetPhotoData ()=0 |
virtual int | GetPhotoDataSize ()=0 |
virtual const WCHAR * | GetPhotoPath ()=0 |
virtual void | SetDataOffset (int offsetWidth=0, int offsetHeight=0)=0 |
virtual void | SetMainWindowHandle (HWND hWnd)=0 |
virtual void | SetPhotoPath (WCHAR *path)=0 |
virtual char* ICameraApp::GetPhotoData | ( | ) | [pure virtual] |
获取当前拍照数据
virtual int ICameraApp::GetPhotoDataSize | ( | ) | [pure virtual] |
获取当前拍照数据大小
virtual const WCHAR* ICameraApp::GetPhotoPath | ( | ) | [pure virtual] |
通过COM调用照相机进行拍照后,返回照片存储路径(适用于由照相机自动生成文件名)
virtual void ICameraApp::SetDataOffset | ( | int | offsetWidth = 0 , |
|
int | offsetHeight = 0 | |||
) | [pure virtual] |
设置裁减的数据位置
virtual void ICameraApp::SetMainWindowHandle | ( | HWND | hWnd | ) | [pure virtual] |
设置返回窗口的句柄
virtual void ICameraApp::SetPhotoPath | ( | WCHAR * | path | ) | [pure virtual] |
调用者设置文件路径