o_aux_subtitleselection.h

来自「Zoran V966 DVD 解码 Soc芯片的源程序」· C头文件 代码 · 共 30 行

H
30
字号
/* **************************************************************************************
*  Copyright (c) 2004 ZORAN Corporation, All Rights Reserved
*  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
*  File: $Workfile: o_aux_subtitleSelection.h $
*
* Description:
* ============
*
****************************************************************************************/
#include "Config.h"		// Global Configuration - do not remove!

#ifdef USE_AUX_SUBTITLES

#ifndef _O_AUX_SUBTITLESELECTION_H
#define _O_AUX_SUBTITLESELECTION_H


#include "GUI\Menu_system\ms_object_defs.h"

extern CONST MS_DESCRIPTOR_COMPONENT		oDescriptorAuxSubtSelection;


MSO_OBJECT __NEAR* OpenAuxSubtSelection(MSO_CONTAINER __NEAR* pContainer, UINT16 wClipNum, UINT16 wDirIndex);

#endif // _O_AUX_SUBTITLESELECTION_H

#endif //USE_AUX_SUBTITLES

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?