📄 mediabrogloablenew.h
字号:
/******************************************************************/
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -