摘要: https://www.jianshu.com/p/868e8ee65a95 https://www.jianshu.com/p/b8782cc09e52 附:视频时间戳定义理解 https://stackoverflow.com/questions/4001755/trying-to-unders 阅读全文
posted @ 2019-06-19 14:35 Gabriel_Lee 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 实时录音方案对比: http://www.jianshu.com/p/2556022786de AudioQueue使用: http://blog.csdn.net/xiaoluodecai/article/details/47153945 http://www.cnblogs.com/anjohn 阅读全文
posted @ 2017-11-28 11:00 Gabriel_Lee 阅读(877) 评论(0) 推荐(0) 编辑
摘要: Protocol Buffer简介: http://blog.devzeng.com/blog/ios-protobuf.html 官方编译器: http://www.jianshu.com/p/751aa2b621d5 http://www.jianshu.com/p/c17260b36928 h 阅读全文
posted @ 2017-11-17 18:14 Gabriel_Lee 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 专题: http://mobile.51cto.com/iphone-410162.htm http://www.cocoachina.com/special/iap.html https://developer.apple.com/library/content/technotes/tn2259/ 阅读全文
posted @ 2017-02-04 18:09 Gabriel_Lee 阅读(372) 评论(0) 推荐(0) 编辑
摘要: http://foggry.com/blog/2014/05/09/xcodeshe-zhi-xiang-zhi-architectureshe-valid-architectures/ https://my.oschina.net/shede333/blog/172785 阅读全文
posted @ 2017-01-05 15:09 Gabriel_Lee 阅读(144) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/6284651/avaudiorecorder-doesnt-write-out-proper-wav-file-header http://stackoverflow.com/questions/32312508/audio-f 阅读全文
posted @ 2016-07-18 15:56 Gabriel_Lee 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 具有readonly特性的属性,相当于仅对外提供一个读取接口,在实现文件中是不会自动生成对应的成员变量的,因此使用方法为: 阅读全文
posted @ 2016-07-14 23:45 Gabriel_Lee 阅读(694) 评论(0) 推荐(0) 编辑
摘要: 可能是被释放的property本身是OC对象而它的属性被误写成assign,例如: 那么,在程序运行期间,一直在使用的array中的item对象,其string有可能会变成悬浮指针,导致读取时崩溃。 阅读全文
posted @ 2016-07-14 16:38 Gabriel_Lee 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 编译: http://www.jianshu.com/p/147c03553e63 http://www.cocoachina.com/ios/20150514/11827.html http://cnbin.github.io/blog/2015/05/19/iospei-zhi-ffmpegku 阅读全文
posted @ 2016-06-16 17:17 Gabriel_Lee 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 原因可能是subview的frame没设置或者不对,这种情况下subview的内容依然正常显示,但是无法接收点击响应的消息。 具体来说就是缺少了下面这句代码: 阅读全文
posted @ 2016-05-23 10:24 Gabriel_Lee 阅读(284) 评论(0) 推荐(0) 编辑