📄 lr.h
字号:
/***********************************************************************/
/* File: */
/* Copyright (c) 2000 ZORAN Corporation, All Rights Reserved */
/* THIS IS PROPRIETARY SOURCE CODE OF ZORAN CORPORATION */
/* */
/* =========== */
/* Descripton: */
/* =========== */
/* */
/* Log: */
/* === */
/* $Name: V_1_16 V_1_15 V_1_14 V_1_13 V_1_12 NV_1_00 V_1_11 V_1_0A V_1_08 V_1_06 V_1_05 V_1_04 V_1_03 V_1_02 V_1_01 V_1_00 B_0_90%2E1 B_0_90 B_0_87 B_0_86 B_0_84 B_0_82 B_0_81 B_0_8 $
/* $Header: v:/dsg/rcs/dsg/vp2k/Customer/menu/zoran/lr.h 1.4 2000/11/09 04:07:31 cliff Exp $
/* $Log: lr.h $
/* Revision 1.4 2000/11/09 04:07:31 cliff
/***********************************************************************/
#ifndef _LR_H_
#define _LR_H_
// Stereo item number is always 0
#define ITEMNUM_STEREO 0
//
// No karaoke L/R item information
//
#define ITEMNUM_NOKAR_STEREO 0
#define ITEMNUM_NOKAR_LEFT 1
#define ITEMNUM_NOKAR_RIGHT 2
#define ITEMNUM_NOKAR_MIX 3
extern const OSD_MESSAGES lr_nokar_list_c[];
extern const MS_TEXT_LIST lr_nokar_list;
//
// LR Karaoke (non-AC3) item information
//
#define ITEMNUM_KAR_STEREO 0
#define ITEMNUM_KAR_LEFT 1
#define ITEMNUM_KAR_RIGHT 2
#define ITEMNUM_KAR_MIX 3
#define ITEMNUM_KAR_PARTNER_LEFT 4
#define ITEMNUM_KAR_PARTNER_RIGHT 5
extern const OSD_MESSAGES lr_kar_list_c[];
extern const MS_TEXT_LIST lr_kar_list;
//
// LR Karaoke AC3 item information
//
#define ITEMNUM_KAR_AC3_STEREO 0
#define ITEMNUM_KAR_AC3_LEFT 1
#define ITEMNUM_KAR_AC3_RIGHT 2
#define ITEMNUM_KAR_AC3_NO_VOCAL 3
#define ITEMNUM_KAR_AC3_PARTNER_STEREO 4
#define ITEMNUM_KAR_AC3_PARTNER_LEFT 5
#define ITEMNUM_KAR_AC3_PARTNER_RIGHT 6
extern const OSD_MESSAGES lr_kar_ac3_list_c[];
extern const MS_TEXT_LIST lr_kar_ac3_list;
MS_CHOICE *open_lr_choice(const MS_POS *p_pos, MS_COLOR msColor, const MS_POS *p_choice_pos);
//
// No Karaoke handling
//
void lr_nokar_choice(MS_CHOICE *msChoice);
void lr_nokar_action(int num);
//
// Karaoke on non-AC3 handling
//
void lr_kar_choice(MS_CHOICE *msChoice);
void lr_kar_action(int num);
//
// Karaoke on AC3 handling
//
void lr_kar_ac3_choice(MS_CHOICE *msChoice);
void lr_kar_ac3_action(int num);
void lr_adjust( MS_CHOICE *msChoice, int bKaraokeSetting );
#endif // _LR_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -