iinclude.h
来自「这是一个SIGMA方案的PMP播放器的UCLINUX程序,可播放DVD,VCD,」· C头文件 代码 · 共 49 行
H
49 行
/****************************************************************************** IInclude.h : master include file for interfaces* REALmagic Quasar Hardware Library* Created by Michael Ignaszewski* Copyright Sigma Designs Inc* Sigma Designs Proprietary and confidential* Created on 08/27/99* Description:*****************************************************************************/// IObject interface#include "iobject.h"// I2C interface#include "ii2c.h"// ISetI2CpIO interface#include "ii2cpio.h"// Quasar interface#include "idecoder.h"// EEprom interface#include "ieeprom.h"// TvEncoder interface#include "itvenc.h"// video scan converter interface#include "iscancnv.h"// video decoder interface#include "ividdec.h"// mpeg encoder interface#include "impegenc.h"// DVI transmitter interface#include "idvitx.h"// AnalogOverlay interface#include "ianovl.h"// QuasarBoard interface#include "idecbrd.h"// TvTuner interface#include "itvtuner.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?