mediabrogloablenew.h
来自「瑞星微公司RK27XX系列芯片的SDK开发包」· C头文件 代码 · 共 53 行
H
53 行
/******************************************************************/
/* Copyright (C) 2007 ROCK-CHIPS FUZHOU . All Rights Reserved. */
/*******************************************************************
File : MediaBroGloableNew.h
Desc : 媒体库资源管理器全局变量定义
Author: PengHuacheng
Date : 2007-12-02
Notes :
$Log :
*********************************************************************/
#include "include.h"
#ifdef _MEIDA_SORT_NEW
#ifndef _MEDIABROGLOABLE_H
#define _MEDIABROGLOABLE_H
#include "MediaBroStructNew.h"
extern void MediaDirValueInit(MEDIA_DIR_TREE_STRUCT *pMediaDir);
extern void MediaBroUpProc(MEDIA_DIR_TREE_STRUCT *pMediaDir, UINT16 uiUpdateType);
extern void MediaBroKeyFun(WINDOW* win, MEDIA_DIR_TREE_STRUCT *pMediaDir, UINT16 KeyVal);
extern UINT32 OpenMediaFile(WINDOW *win, MEDIA_DIR_TREE_STRUCT *pMediaDir);
extern void GetMediaALLMusicInfo(FILE_MEDIAINFO_STRUCT *pMediaInfo, UINT16 uiID, UINT16 uiBaseID);
extern void GetMediaTitleInfo(FILE_MEDIAINFO_STRUCT *pMediaInfo, UINT16 uiID, UINT16 uiBaseID);
extern void GetMediaArtistSumInfo(FILE_MEDIAINFO_STRUCT *pMediaInfo, UINT16 uiID, UINT16 uiBaseID);
extern void GetMediaArtistMusicInfo(FILE_MEDIAINFO_STRUCT *pMediaInfo, UINT16 uiID, UINT16 uiBaseID);
extern void GetMediaAlbumSumInfo(FILE_MEDIAINFO_STRUCT *pMediaInfo, UINT16 uiID, UINT16 uiBaseID);
extern void GetMediaAlbumMusicInfo(FILE_MEDIAINFO_STRUCT *pMediaInfo, UINT16 uiID, UINT16 uiBaseID);
extern void GetMediaGenreSumInfo(FILE_MEDIAINFO_STRUCT *pMediaInfo, UINT16 uiID, UINT16 uiBaseID);
extern void GetMediaGenreMusicInfo(FILE_MEDIAINFO_STRUCT *pMediaInfo, UINT16 uiID, UINT16 uiBaseID);
extern void GetRecordFileInfo(FILE_MEDIAINFO_STRUCT *pMediaInfo, UINT16 uiID, UINT16 uiBaseID);
extern void GetPlaylistMusicInfo(FILE_MEDIAINFO_STRUCT *pMediaInfo, UINT16 uiID, UINT16 PlaylistNO);
extern void GetMediaALLImageInfo(FILE_MEDIAINFO_STRUCT *pMediaInfo, UINT16 uiID, UINT16 uiBaseID);
extern void GetMediaALLMovieInfo(FILE_MEDIAINFO_STRUCT *pMediaInfo, UINT16 uiID, UINT16 uiBaseID);
extern void GetMediaALLTxtInfo(FILE_MEDIAINFO_STRUCT *pMediaInfo, UINT16 uiID, UINT16 uiBaseID);
extern UINT32 GetSearchTotalNum(UINT16 SearchType, UINT16 FilterType);
extern void GetSearchAllMusicInfo(FILE_MEDIAINFO_STRUCT *pMediaInfo, UINT16 uiID, UINT16 FilterType);
//------------------------------------------------------------------------------
#endif
#endif
//******************************************************************************
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?