AVFoundation共30篇
AVFoundation - AVAssetImageGenerator 获取多帧图片-猿说编程

AVFoundation – AVAssetImageGenerator 获取多帧图片

AVAssetImageGenerator 获取多帧图片 - AVAssetImageGenerator 是用来提供视频的缩略图或预览视频的帧的类.可以用AVAsset 来初始化,例如: + (instancetype)assetImageGeneratorWithAsset:(AVA...
猿说编程的头像-猿说编程钻石会员猿说编程4年前
017412
AVFoundation – AVAssetTrackSegment 不可变轨道片段-猿说编程

AVFoundation – AVAssetTrackSegment 不可变轨道片段

AVFoundation – AVAssetTrackSegment 不可变轨道片段 - AVAssetTrackSegment 不可变轨道片段;AVCompositionTrackSegment 可变轨道片段,继承自 AVAssetTrackSegment;
猿说编程的头像-猿说编程钻石会员猿说编程4年前
09762
AVFoundation AVPlayer 合并多个媒体设置变速播放-猿说编程

AVFoundation AVPlayer 合并多个媒体设置变速播放

AVFoundation AVPlayer 合并多个媒体设置变速播放,AVPlayer变速播放,AVFoundation合并多个媒体,AVFoundation溶解,AVFoundation转场,
猿说编程的头像-猿说编程钻石会员猿说编程4年前
011181
AVFoundation - AVAssetExportSession 裁剪/转码-猿说编程

AVFoundation – AVAssetExportSession 裁剪/转码

AVAssetExportSession 裁剪/转码 - /* 参数: asset :要导出的会话 presetName :字符串常量 */ - (instancetype)initWithAsset:(AVAsset *)asset presetName:(NSString *)presetName; + (inst...
猿说编程的头像-猿说编程钻石会员猿说编程4年前
027513
AVFoundation – AVCompositionTrackSegment 可变轨道片段-猿说编程

AVFoundation – AVCompositionTrackSegment 可变轨道片段

AVFoundation – AVCompositionTrackSegment 可变轨道片段 - AVCompositionTrackSegment 继承自AVAssetTrackSegment,AVAssetTrack的一个片段,由URL,轨道标识符和从源轨道到合成轨道的时间映...
猿说编程的头像-猿说编程钻石会员猿说编程4年前
011212
AVFoundation AVPlayer 合并多个媒体设置倒序播放-猿说编程

AVFoundation AVPlayer 合并多个媒体设置倒序播放

AVFoundation AVPlayer 合并多个媒体设置倒序播放,AVFoundation合并多个媒体,AVFoundation倒序播放,AVPlayer倒序播放,AVPlayer,AVFoundation,
猿说编程的头像-猿说编程钻石会员猿说编程4年前
09740
AVFoundation – AVPlayer 播放视频-猿说编程

AVFoundation – AVPlayer 播放视频

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

AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令

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

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

AVFoundation转场推入推出过渡效果,AVFoundation转场,AVFoundation推入推出,AVFoundation过渡,AVFoundation合并,AVFoundation教程,
AVFoundation – AVPlayerItem 管理资源对象-猿说编程

AVFoundation – AVPlayerItem 管理资源对象

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