mediaplayer.c
来自「sdk2.1的例子,有需要的看看,不好意思,」· C语言 代码 · 共 25 行
C
25 行
/*===========================================================================
FILE: MediaPlayer.c
SERVICES: Sample Media Player applet showing usage of BREW IMedia interfaces.
DESCRIPTION
This file contains the implementation of a MediaPlayer applet using the
AEE IMedia interface services.
MediaPlayer app
(1) Plays MIDI, MP3, QCP and PMD media formats
(2) Records QCP file
(3) Displays BMP, BCI, PNG and JPEG image formats
(4) Provides playback/record controls: stop, rewind, ff, pause, resume.
(5) Allows image panning for images
(6) Provides volume controls
(7) Can display images/video in Full Screen mode
(8) Can be started either in stand-alone mode or as a plugin
Demonstrates usage of
(1) IMedia API
(2) AEEMediaUtil_CreateMedia()
(3) IImageCtl
Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?