AVFoundation共30篇 第3页
AVFoundation – AVCompositionTrack AVMutableCompositionTrack 添加移除缩放媒体音视频轨道信息-猿说编程

AVFoundation – AVCompositionTrack AVMutableCompositionTrack 添加移除缩放媒体音视频轨道信息

AVFoundation – AVCompositionTrack AVMutableCompositionTrack 添加移除缩放媒体音视频轨道信息 - 1.不可变对象AVCompositionTrack AVCompositionTrack 继承自 AVAssetTrack ,该对象中的轨道...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
07833
AVFoundation AVPlayer 合并多个媒体并播放-猿说编程

AVFoundation AVPlayer 合并多个媒体并播放

AVFoundation AVPlayer 合并多个媒体并播放 - AVComposition 继承自 AVAsset,将来自多个基于源文件的媒体数据组合在一起显示,或处理来自多个源媒体数据; 在《AVFoundation – 将多个媒体合并...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
011250
AVFoundation - AVAssetImageGenerator 获取多帧图片-猿说编程

AVFoundation – AVAssetImageGenerator 获取多帧图片

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

AVFoundation – AVAssetTrackSegment 不可变轨道片段

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

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

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

AVFoundation – AVAssetExportSession 裁剪/转码

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

AVFoundation – AVCompositionTrackSegment 可变轨道片段

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

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

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

AVFoundation – AVPlayer 播放视频

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

AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令

AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令 - AVVideoCompositionInstruction 继承自 NSObject ,封装了一组操作指令,由 AVVideoCompositi...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
013673