登录
首页 » Unix_Linux » MediaPlayerDemo

MediaPlayerDemo

于 2017-01-09 发布 文件大小:1331KB
0 113
下载积分: 1 下载次数: 5

代码说明:

  Android播放器源代码,源代码模式(Android.mk)编译,支持USB播放,需要手动输入视频文件的路径。(Android mediaplayer source code.)

文件列表:

SurfaceViewDemo
...............\Android.mk,418,2016-12-22
...............\AndroidManifest.xml,967,2016-12-22
...............\bin
...............\...\AndroidManifest.xml,967,2016-12-22
...............\...\classes
...............\...\.......\cn
...............\...\.......\..\bgxt
...............\...\.......\..\....\surfaceviewdemo
...............\...\.......\..\....\...............\BuildConfig.class,355,2016-12-22
...............\...\.......\..\....\...............\MainActivity$1.class,1770,2016-12-22
...............\...\.......\..\....\...............\MainActivity$2.class,1361,2016-12-22
...............\...\.......\..\....\...............\MainActivity$3.class,997,2016-12-22
...............\...\.......\..\....\...............\MainActivity$4$1.class,1536,2016-12-22
...............\...\.......\..\....\...............\MainActivity$4.class,1747,2016-12-22
...............\...\.......\..\....\...............\MainActivity$5.class,979,2016-12-22
...............\...\.......\..\....\...............\MainActivity$6.class,942,2016-12-22
...............\...\.......\..\....\...............\MainActivity.class,6105,2016-12-22
...............\...\.......\..\....\...............\R$attr.class,355,2016-12-22
...............\...\.......\..\....\...............\R$dimen.class,476,2016-12-22
...............\...\.......\..\....\...............\R$drawable.class,422,2016-12-22
...............\...\.......\..\....\...............\R$id.class,627,2016-12-22
...............\...\.......\..\....\...............\R$layout.class,418,2016-12-22
...............\...\.......\..\....\...............\R$menu.class,403,2016-12-22
...............\...\.......\..\....\...............\R$string.class,487,2016-12-22
...............\...\.......\..\....\...............\R$style.class,446,2016-12-22
...............\...\.......\..\....\...............\R.class,723,2016-12-22
...............\...\classes.dex,629740,2016-12-22
...............\...\dexedLibs
...............\...\.........\android-support-v4-48954b6e806a8dfb14cd6afbf04a0b6a.jar,211326,2016-12-22
...............\...\jarlist.cache,120,2016-12-22
...............\...\res
...............\...\...\drawable-hdpi

...............\...\...\drawable-mdpi

...............\...\...\drawable-xhdpi

...............\...\...\drawable-xxhdpi

...............\...\resources.ap_,41445,2016-12-22
...............\...\SurfaceViewDemo.apk,259697,2016-12-22

...............\libs
...............\....\android-support-v4.jar,556198,2016-12-22
...............\res
...............\...\drawable-hdpi

...............\...\drawable-ldpi
...............\...\drawable-mdpi

...............\...\drawable-xhdpi

...............\...\drawable-xxhdpi

...............\...\layout
...............\...\......\activity_main.xml,2146,2016-12-22
...............\...\menu
...............\...\....\main.xml,263,2016-12-22
...............\...\values
...............\...\......\dimens.xml,220,2016-12-22
...............\...\......\strings.xml,460,2016-12-22
...............\...\......\styles.xml,697,2016-12-22
...............\...\values-sw600dp
...............\...\..............\dimens.xml,203,2016-12-22
...............\...\values-sw720dp-land
...............\...\...................\dimens.xml,277,2016-12-22
...............\...\values-v11
...............\...\..........\styles.xml,334,2016-12-22
...............\...\values-v14
...............\...\..........\styles.xml,391,2016-12-22
...............\src
...............\...\cn
...............\...\..\bgxt
...............\...\..\....\surfaceviewdemo
...............\...\..\....\...............\MainActivity.java,6796,2016-12-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 远程视频监控
    【核心代码】 public interface CameraSource {  static final String LOG_TAG = "camera";  /**  * Open the camera source for subsequent use via calls to capture().  *   * @return true if the camera source was successfully opened.  */  boolean open();  /**  * Close the camera source. Calling close on a closed CameraSource is  * permitted but has no effect. The camera source may be reopened after  * being closed.  */  void close();  /**  * The width of the captured image.  *   * @return the width of the capture in pixels  */  int getWidth();  /**  * The height of the captured image.  *   * @return the height of the capture in pixels  */  int getHeight();  /**  * Attempts to render the current camera view onto the supplied canvas.  * The capture will be rendered into the rectangle (0,0,width,height).  * Outstanding transformations on the canvas may alter this.  *   * @param canvas the canvas to which the captured pixel data will be written  * @return true iff a frame was successfully written to the canvas  */  boolean capture(Canvas canvas);  boolean saveImage(String savePath, String fileName); }
    2013-12-04下载
    积分:1
  • imageComparator
    android平台上利用OpenCV的不同算法进行图像的比较,包括ORB, BRIEF, BRISK和FREAK算法(use the android platform to compare different algorithms OpenCV image, comprising ORB, BRIEF, BRISK and FREAK algorithm)
    2015-08-26 15:25:18下载
    积分:1
  • 手机APP远程控制,智能家居监测、智能控制系统(STM32L4、服务器、安卓源码)
    具体项目功能如下: 1.手机APP远程控制:STM32L432开发板通过WIFI模块与因特网服务器建立TCP连接,服务器使用腾讯云,服务器系统为ubuntu,就是在ubuntu上建立一个TCP中继服务器,实现远程手机端与家居系统的信息中继传递,从而实现远程控制。 2.室内控制质量检测:通过MQ-2、MQ-135、GP2Y1050AU0F模块实现室内有毒气体(苯等)、可燃气体(一氧化碳等)和PM2.5的检测,并通过ESP8266将检测到的数据反馈给APP端。 3.家具电器自动控制:家具系统能通过检测到的数据自动控制打开空气净化器、抽风机等
    2017-12-21下载
    积分:1
  • DownloadService
    Downloading example source for Basic4Android IDE.Contains Source code.
    2011-07-21 19:56:54下载
    积分:1
  • android 仿360悬浮窗 完整实例源码下载
    android 仿360悬浮窗 完整实例源码下载
    2015-02-05下载
    积分:1
  • [安卓源]带详细注释的水果消消看源码
    一款游戏,有详细注释,可以运行在安卓平台上。(A game, with detailed annotations, can run on Android platform.)
    2020-06-21 14:20:02下载
    积分:1
  • vmwgfx_ttm_glue
    Functions related to sysfs handling.
    2015-04-19 09:52:30下载
    积分:1
  • android 闪光灯的简单控制 例子源码下载
    android 闪光灯的简单控制 例子源码下载
    2014-11-03下载
    积分:1
  • Date_picker
    THIS IS IMPORTANT APP TO START DEV IN ANDROID STUDIO
    2015-03-29 10:14:43下载
    积分:1
  • ssh框架 全注解编程
    对有一定ssh框架基础的同学有一定帮助
    2015-04-08下载
    积分:1
  • 696524资源总数
  • 103833会员总数
  • 52今日下载