Skip to content

AlexZhangrj1981/MediaPlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

//使用

//音频 [PlayModel shareInstance].playDelegate = self; [[PlayModel shareInstance] initAudioPlayerWithUrl:[NSURL URLWithString:@""]];

//视频
MoviePlayerViewController *movieplayer = [MoviePlayerViewController new];
movieplayer.playUrl = @"";//远程视频

// movieplayer.localUrl = [NSURL URLWithString:@""];//本地视频 [self.navigationController pushViewController:movieplayer animated:YES];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published