博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iphone-common-codes-ccteam源代码 CCPlayer.h
阅读量:6613 次
发布时间:2019-06-24

本文共 1080 字,大约阅读时间需要 3 分钟。

// //  CCPlayer.h //  CCFC // //  Created by xichen on 11-12-16. //  Copyright 2011年 ccteam. All rights reserved. // #import 
#import
@interface CCPlayer : NSObject {
} // 调用系统播放器播放资源界面 + (MPMediaPickerController *)showIpodPlayResourceView:(id)delegate mediaType:(MPMediaType)mediaType prompt:(NSString *)prompt isAllowMultiSelected:(BOOL)isAllowMultiSelected animated:(BOOL)animated; // 调用系统ipod视频播放接口 not known + (MPMoviePlayerViewController *)showMovieView:(id)delegate urlStr:(NSString *)urlStr style:(MPMovieControlStyle)style animated:(BOOL)animated; @end

 

可能有更新:

 googlecode链接地址:
 github地址:

 

转载于:https://www.cnblogs.com/ccteam/archive/2012/01/02/2310190.html

你可能感兴趣的文章