o_dvdvr.h
来自「Zoran V966 DVD 解码 Soc芯片的源程序」· C头文件 代码 · 共 53 行
H
53 行
/* **************************************************************************************
* Copyright (c) 2004 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: $Workfile: o_dvdvr.h $
*
* Description:
* ============
* Project definition of the MSO_DVDVR
*
****************************************************************************************/
#include "Config.h" // Global Configuration - do not remove!
#ifdef D_GUI_COMPONENT_DVDVR
#include "Include\SysDefs.h"
#ifndef __O_DVDVR_H__
#define __O_DVDVR_H__
#include "GUI\Menu_system\ms_object.h"
#include "GUI\Menu_system\ms_container.h"
#include "GUI\Menu_system\osd_rendering.h"
#include "Components\Dvdvr\o_dvdvr_defs.h"
#define DVDVR_MSG_EMPTY_PROGRAM_LIST 1
#define DVDVR_MSG_EMPTY_PLAY_LIST 0
extern CONST MS_DESCRIPTOR_DVDVR oDVDVRDescriptor;
/***************************************************************************************
* Function : ODVDVR_OpenAtPos
*
* In : pParent = Pointer to the parent container.
*
* wStartX = X position of the component. The default position (specified in the
* descriptor) is used in case this parameter is set to DEFAULT_POSITION.
*
* wStartY = Y position of the component.The default position (specified in the
* descriptor) is used in case this parameter is set to DEFAULT_POSITION.
*
* bDisplayOriginalPGC: TRUE = Display the Original Program Chain.
* FALSE = Display the User Defined Program Chain.
*
* Out : None.
*
* Return : Pointer to the DVDVR component if opened successfully, otherwise NULL.
*
* Desc : Creates, and displays a DVDVR component at a specified position.
****************************************************************************************/
MSO_OBJECT __NEAR* ODVDVR_OpenAtPos(MSO_CONTAINER __NEAR* pParent, UINT16 wStartX, UINT16 wStartY, BOOL bDisplayOriginalPGC);
#endif // __O_DVDVR_H__
#endif //D_GUI_COMPONENT_DVDVR
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?