o_tvguardian.h

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

H
61
字号
/* **************************************************************************************
*  Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
*  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
*  File: $Workfile: o_tvguardian.h $
*
* Description:
* ============
* Project definition of the following:
*	1. MSO_TVGUARDIAN_SETUP
*	2. MSO_TVGUARDIAN_ACTIVATION
*	3. MSO_TVGUARDIAN_ADVERTISEMENT 
*
****************************************************************************************/
#ifdef TV_GUARDIAN_ENABLE

#ifndef __O_TVGUARDIAN_H__
#define __O_TVGUARDIAN_H__

#include "GUI\Menu_system\ms_object.h"
#include "GUI\Menu_system\ms_container.h"
#include "GUI\Menu_system\osd_rendering.h"
#include "Components\TV_guardian\o_tvguardian_defs.h"

#define TVG_MULTILINE_TEXT_MAX_LINES		5


//extern CONST MS_DESCRIPTOR_TVGUARDIAN_ADVERTISEMENT oTVGuardianAdvertisementDescriptor;

/***************************************************************************************
*	Function	:	OTVGUARDIAN_OpenAdvertisement
*
*	In		:	pParent		=	Pointer to the parent container.
*
*	Out		:	None.
*
*	Return	:	Pointer to the TVGuardian Advertisement component if opened successfully, otherwise NULL.
*
*	Desc		: 	Creates, and displays a TVGuardian Advertisement component.
****************************************************************************************/
extern MSO_OBJECT __NEAR* OTVGUARDIAN_OpenAdvertisement(MSO_CONTAINER __NEAR* pParent, UINT16 wStartX, UINT16 wStartY);
/***************************************************************************************
*	Function	:	OTVGuardianComponent_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.
*
*	Out		:	None.
*
*	Return	:	Pointer to the brightness_edge_controller component if opened successfully, otherwise NULL.
*
*	Desc		: 	Creates, and displays a brightness_edge_controller component at a specified position.
****************************************************************************************/
extern MSO_OBJECT __NEAR* OTVGuardianComponent_OpenAtPos(MSO_CONTAINER __NEAR* pParent, UINT16 wStartX, UINT16 wStartY);
#endif // __O_TVGUARDIAN_H__
#endif // INTERNAL_KARAOKE

⌨️ 快捷键说明

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