app.h

来自「AMLOGIC DPF source code」· C头文件 代码 · 共 30 行

H
30
字号
/*****************************************************************
**                                                             	**
**  Copyright (C) 2004 Amlogic,Inc.                            	**
**  All rights reserved                                        	**
**        Filename : app.h /Project:AVOS  						** 
**        Revision : 1.0                                       	**
**                                                             	**
*****************************************************************/

#ifndef _APP_H
#define _APP_H
#include "sys_app.h"
#include "http_app.h"

typedef struct{
	INT8U 	play_list_type ; //SEQUENCE_PLAY, PROGRAM_PLAY, A_B_REPEAT_PLAY, REPEAT_ONE_PLAY
	INT8U 	play_track_id ; //the track num which should be paly
	INT16U	supported_cdda_type ; //list the cdda type which need decoder and can play,like dts
	INT32U  play_start_time ; //MSF format, 0x00MMSSFF ,M - minutes, S - seconds, F - Frames, > 0 is active resume play
	INT8U	played_time_format; //TRACK_ELAPSE_TIME, TRACK_REMAIN_TIME, DISC_ELAPSE_TIME, DISC_REMIAN_TIME
} CDDAPARAM ;
	

typedef union
{
	CDDAPARAM cdda_param ;
} APPPARAM ;


#endif

⌨️ 快捷键说明

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