音视频共30篇
AVFoundation – AVPlayer 播放视频-猿说编程

AVFoundation – AVPlayer 播放视频

AVFoundation – AVPlayer 播放视频 - AVPlayer 控制播放器的播放,暂停,播放速度;注意更改播放速度要在视频开始播放之后才会生效; AVPlayerItem 管理资源对象,提供播放数据源; AVPlayerLay...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
014233
AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令-猿说编程

AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令

AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令 - AVVideoCompositionInstruction 继承自 NSObject ,封装了一组操作指令,由 AVVideoCompositi...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
013593
AVFoundation – 转场 – 推入/推出效果-猿说编程

AVFoundation – 转场 – 推入/推出效果

AVFoundation转场推入推出过渡效果,AVFoundation转场,AVFoundation推入推出,AVFoundation过渡,AVFoundation合并,AVFoundation教程,
猿说编程的头像-猿说编程钻石会员猿说编程3年前
0186499
AVFoundation – AVPlayerItem 管理资源对象-猿说编程

AVFoundation – AVPlayerItem 管理资源对象

AVPlayerItem 管理资源对象 - AVPlayerItem 作为资源管理对象,它控制着视频从创建到销毁的诸多状态。 //播放状态 status typedef NS_ENUM(NSInteger,AVPlayerItemStatus) { AVPlayerItemStatus...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
013282
AVMutableVideoCompositionLayerInstruction 视频轨道操作指令-猿说编程

AVMutableVideoCompositionLayerInstruction 视频轨道操作指令

AVMutableVideoCompositionLayerInstruction视频轨道操作指令,AVMutableVideoCompositionLayerInstruction, AVMutableVideoCompositionInstruction,AVPlayerLayer, AVFoundation转场,
猿说编程的头像-猿说编程钻石会员猿说编程3年前
013161
AVFoundation – 转场 – 擦除效果-猿说编程

AVFoundation – 转场 – 擦除效果

AVFoundation转场擦除过渡效果,AVFoundation转场,AVFoundation擦除,AVFoundation过渡,AVFoundation合并,AVFoundation教程,
猿说编程的头像-猿说编程钻石会员猿说编程3年前
0169277
AVFoundation – AVPlayerLayer 显示视频-猿说编程

AVFoundation – AVPlayerLayer 显示视频

AVPlayerLayer 显示视频 - AVPlayerLayer 构建于 Core Animation 之上,是 AVFoundation 中位数不多的可见组件。AVPlayerLayer 扩展了 Core Animation 的 CALayer 类,通过框架在屏幕上显示视频...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
09722
AVFoundation – 将多个媒体合并(二) - 一个轨道多个视频无缝衔接-猿说编程

AVFoundation – 将多个媒体合并(二) – 一个轨道多个视频无缝衔接

AVFoundation – 将多个媒体合并(二) - 一个轨道多个视频无缝衔接 - 为了避免导出失败,解决方案是提取视频资源 AVURLAsset 音频轨道和视频轨道,重新构建 AVComposition ,然后在使用 AVAssetE...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
09142
AVFoundation – AVQueuePlayer 播放多个媒体文件-猿说编程

AVFoundation – AVQueuePlayer 播放多个媒体文件

AVQueuePlayer 播放多个媒体文件 - 使用该方法在 AVPlayer 播放多个视频时,是很容易出现性能问题的,切换视频时会存在卡顿现象,尤其在视频内容比较多的时候,无法完美衔接,中间会有一个短暂...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
013772
AVFoundation - 指定时间截取音视频-猿说编程

AVFoundation – 指定时间截取音视频

AVFoundation - 指定时间截取音视频 - 为了避免导出失败,解决方案是提取视频资源 AVURLAsset 音频轨道和视频轨道,重新构建 AVComposition ,然后在使用 AVAssetExportSession 导出; AVMutable...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
08990