Python/C++教程 第14页
AVFoundation – AVPlayerItem 管理资源对象-猿说编程

AVFoundation – AVPlayerItem 管理资源对象

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

AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令

AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令 - AVVideoCompositionInstruction 继承自 NSObject ,封装了一组操作指令,由 AVVideoCompositi...
猿说编程的头像-猿说编程钻石会员猿说编程5年前
018683
iOS NSString 截取字符串-猿说编程

iOS NSString 截取字符串

iOS NSString截取字符串,NSString截取字符串,iOS截取字符串,ios substringWithRange,iossubstringFromIndex,
猿说编程的头像-猿说编程钻石会员猿说编程5年前
08611
AVFoundation AVPlayer 合并多个媒体设置倒序播放-猿说编程

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

AVFoundation AVPlayer 合并多个媒体设置倒序播放,AVFoundation合并多个媒体,AVFoundation倒序播放,AVPlayer倒序播放,AVPlayer,AVFoundation,
猿说编程的头像-猿说编程钻石会员猿说编程5年前
010420
C/C++ std::string 和 char* 相互转换-猿说编程

C/C++ std::string 和 char* 相互转换

C/C++ std::string 和 char* 相互转换
猿说编程的头像-猿说编程钻石会员猿说编程5年前
010100
C语言 iscntrl 函数-猿说编程

C语言 iscntrl 函数

C语言 iscntrl 函数 - C语言中 iscntrl 函数用于检查所传的字符是否是控制字符,注意:iscntrl 函数的参数是字符类型。iscntrl 函数声明如下: #include //需要包含头文件 /* * 描述:判断字符是...
猿说编程的头像-猿说编程钻石会员猿说编程5年前
06110
C/C++ error C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conf-猿说编程

C/C++ error C4996: ‘getch’: The POSIX name for this item is deprecated. Instead, use the ISO C++ conf

C/C++ error C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conf - 这个问题在 Visual Studio 2012 之前是不会当成错误的,目前这个问题有两个解决方...
猿说编程的头像-猿说编程钻石会员猿说编程4年前
09930
C/C++ Debug和_DEBUG区别-猿说编程

C/C++ Debug和_DEBUG区别

C/C++ Debug和_DEBUG区别 - Debug 和 Release 只是 Visual Studio 或者其他 IDE 的两个编译的选项,两者区别如下: Debug 通常称为调试版本,通过一系列编译选项的配合,编译的结果通常包含调试...
猿说编程的头像-猿说编程钻石会员猿说编程4年前
017330
IOS – Xcode error xxx has conflicting provisioning settings.-猿说编程

IOS – Xcode error xxx has conflicting provisioning settings.

IOS – Xcode error xxx has conflicting provisioning settings. xxx has conflicting provisioning settings. xxx is automatically signed for development, but a conflicting code signing...
猿说编程的头像-猿说编程钻石会员猿说编程4年前
07500
IOS – OpenGL ES 图像凹面镜放大效果 GPUImagePinchDistortionFilter-猿说编程

IOS – OpenGL ES 图像凹面镜放大效果 GPUImagePinchDistortionFilter

GPUImage - 设置图像凹面镜效果 GPUImagePinchDistortionFilter- GPUImage 共 125 个滤镜, 分为四类 1、Color adjustments : 31 filters , 颜色处理相关 2、Image processing : 40 filters , 图...