代码搜索结果

找到约 10,000 项符合 Video 的代码

t3dlib7.h

// T3DLIB7.H - header file for T3DLIB7.H // watch for multiple inclusions #ifndef T3DLIB7 #define T3DLIB7 // DEFINES ////////////////////////////////////////////////////////////////// // de

store.txt

33 3012 14 97.99 Canon CanoScan Flatbed Scanner 1012 12 24.95 Mini Pocket Camera 2011 4 14.95 VHS to VHS-HQ to S-VHS Magnifying Glass 1512 9 239.99 Heavy Duty Lens Cap 1021 20 49.95 Ol

ddkernel.h

/*==========================================================================; * * Copyright (C) Microsoft Corporation. All Rights Reserved. * * File: ddkernel.h * Content: APIs for acces

d_book.h

#ifndef VIDEO_CLASS #define VIDEO_CLASS #include #include #include using namespace std; class book { public: book(const string& aauthor= "",const string& an

videomancontrol.cpp

#include "VideoManControl.h" #include "VideoManFactory.h" #include "renderers\VideoManRenderer.h" #include "CameraInput.h" #include "VideoFileInput.h" #ifdef VM_OGLRenderer #include "renderer

videoinput.h

#pragma once #include #include #include "VideoManInputFormat.h" #include "VideoManInputController.h" enum VIDEO_INPUT_TYPE { CAMERA, VIDEOFILE, IMAGE }; class VideoInput