资源简介
AVPlayer,MPMoviePlayerController,MPMoviePlayerViewController,三种播放器
代码片段和文件信息
//
// AppDelegate.m
// MPMoviePlayer
//
// Created by zhangtao on 15/11/2.
// Copyright © 2015年 zt.td. All rights reserved.
//
#import “AppDelegate.h“
#import “MPMoviePlayer.h“
@interface AppDelegate ()
@end
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
//
// MPMoviePlayer *player = [[MPMoviePlayer alloc]initWithNibName:@“MPMoviePlayer“ bundle:nil];
//
//
//
//
//
// self.window.rootViewController = player;
// Override point for customization after application launch.
return YES;
}
- (void)applicationWillResignActive:(UIApplication *)application {
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
// Use this method to pause ongoing tasks disable timers and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
}
- (void)applicationDidEnterBackground:(UIApplication *)application {
// Use this method to release shared resources save user data invalidate timers and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution this method is called instead of applicationWillTerminate: when the user quits.
}
- (void)applicationWillEnterForeground:(UIApplication *)application {
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
}
- (void)applicationDidBecomeActive:(UIApplication *)application {
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background optionally refresh the user interface.
}
- (void)applicationWillTerminate:(UIApplication *)application {
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}
@end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-11-05 06:04 pla
文件 10244 2015-11-05 06:05 pla
目录 0 2015-11-05 05:48 pla
文件 10244 2015-11-05 06:02 pla
文件 278 2015-11-02 05:03 pla
文件 2264 2015-11-02 06:55 pla
目录 0 2015-11-05 05:53 pla
文件 6148 2015-11-05 06:02 pla
目录 0 2015-11-05 05:53 pla
文件 6148 2015-11-05 05:53 pla
文件 585 2015-11-02 05:03 pla
文件 268 2015-11-05 05:47 pla
文件 4492 2015-11-05 05:48 pla
文件 4759 2015-11-05 05:20 pla
目录 0 2015-11-05 05:53 pla
文件 6148 2015-11-05 05:53 pla
文件 1664 2015-11-02 05:03 pla
文件 5256 2015-11-05 05:45 pla
文件 247 2015-11-02 07:15 pla
文件 660 2015-11-05 05:26 pla
文件 1303 2015-11-02 06:48 pla
文件 335 2015-11-02 05:03 pla
文件 332 2015-11-02 06:55 pla
文件 3138 2015-11-02 10:04 pla
文件 330 2015-11-02 07:10 pla
文件 3064 2015-11-05 05:26 pla
文件 1222 2015-11-02 07:06 pla
文件 216 2015-11-02 05:03 pla
文件 1304 2015-11-02 09:34 pla
文件 31691363 2012-10-30 18:28 pla
目录 0 2015-11-02 10:01 pla
............此处省略19个文件信息
相关资源
-
potpla
yer64位安装包 - 基于directShow打造全能播放器系列之二
- 纯前端代码音乐播放器源码
- 安卓音乐播放器91870
- VLC播放器demo
- JY播放器V1.8.5.rar
- 51单片机实现数字音乐播放器--可选歌
- 基于STM32F407的音乐播放器设计-1.44寸
- 基于ARM平台的MP3播放器嵌入式开发设
- 图侦魔方-图像播放处理
- 局域网 视频 播放 控制 socket TCP UDP 指
- 《桌面widget详解四——桌面音乐播放
- VLC.dotNet播放器-回调方式支持拉伸充满
- 基于Qt、FFMpeg的音视频播放器
- CSM0 avi 播放器
- JY播放器V1.9.0.rar
- 音乐播放器带数据库语句
- django项目实战一个音乐网站的实现侧
- Linux项目设计_媒体播放器(基于gec6
- 单片机课设,音乐播放器
- 一个简单的媒体播放器的设计与实现
-
基于Qt5的音乐播放器,QMediaPla
yer音 - ios-播放器.zip
- 微信小程序音乐播放器
- 音乐播放器,含有音乐列表显示当前
- QT4音乐播放器源码
- [嵌入式Linux项目实战开发]基于QT4.7.
- 51单片机蜂鸣器播放歌曲实验报告
- delphi播放器 lrc歌词解析与显示
- 模拟音乐播放器——利用DVCC实验箱,
评论
共有 条评论