摘要: Masonry是一个轻量级的布局框架与更好的包装AutoLayout语法。   Masonry有它自己的布局方式,描述NSLayoutConstraints使布局代码更简洁易读。   Masonry支持iOS和Mac OS X。 阅读全文
posted @ 2015-06-19 10:54 陆俊杰_iOS 阅读(11307) 评论(3) 推荐(5) 编辑
摘要: // // main.cpp // 1.1排序_冒泡排序 // // Created by lujunjie on 2016/12/25. // Copyright © 2016年 陆俊杰. All rights reserved. // #include using namespace std; int* bubbleSort(int* A, int n); int main(in... 阅读全文
posted @ 2017-02-10 20:30 陆俊杰_iOS 阅读(243) 评论(0) 推荐(0) 编辑
摘要: // H264HWDecoder.m // H264EncoderDecoder // // Created by lujunjie on 2016/11/28. // Copyright © 2016年 陆俊杰. All rights reserved. // #import "H264HWDecoder.h" @implementation H264HWDecoder - (v... 阅读全文
posted @ 2017-02-07 14:11 陆俊杰_iOS 阅读(481) 评论(0) 推荐(0) 编辑
摘要: - (int)DecodeH264Frames: (unsigned char*)inputBuffer withLength:(int)aLength { int gotPicPtr=0; int result=0; av_init_packet(&pAvPackage); pAvPackage.data=(unsigned char*)inputBu... 阅读全文
posted @ 2017-02-07 14:05 陆俊杰_iOS 阅读(319) 评论(0) 推荐(0) 编辑
摘要: AAC编码可以使用faac AAC解码可以使用faad 阅读全文
posted @ 2017-02-07 12:59 陆俊杰_iOS 阅读(1101) 评论(0) 推荐(0) 编辑
摘要: // // SocketUDPServerClient.m // socket_server_client // // Created by lujunjie on 2016/11/26. // Copyright © 2016年 lujunjie. All rights reserved. // #import "SocketUDPServerClient.h" #import #... 阅读全文
posted @ 2016-11-27 19:12 陆俊杰_iOS 阅读(312) 评论(0) 推荐(0) 编辑
摘要: socket 服务器 socket客户端 阅读全文
posted @ 2016-11-23 22:47 陆俊杰_iOS 阅读(259) 评论(0) 推荐(0) 编辑
摘要: // // OpenALPlayer.m // live // // Created by lujunjie on 2016/11/5. // Copyright © 2016年 lujunjie. All rights reserved. // #import "OpenALPlayer.h" #import #import @interface OpenALPlayer() {... 阅读全文
posted @ 2016-11-05 19:08 陆俊杰_iOS 阅读(1029) 评论(0) 推荐(0) 编辑
摘要: // // audioQueuePlayer.m // live // // Created by lujunjie on 2016/11/4. // Copyright © 2016年 lujunjie. All rights reserved. // #import "AudioQueuePlayer.h" #import #define QUEUE_BUFFER_SIZE 10... 阅读全文
posted @ 2016-11-05 13:46 陆俊杰_iOS 阅读(549) 评论(0) 推荐(0) 编辑
摘要: // // AudioCapture.m // live // // Created by lujunjie on 2016/11/5. // Copyright © 2016年 lujunjie. All rights reserved. // #import "AudioQueueCapture.h" #import #define QUEUE_BUFFER_SIZE 10 //... 阅读全文
posted @ 2016-11-05 13:36 陆俊杰_iOS 阅读(424) 评论(0) 推荐(0) 编辑
摘要: // // AudioVideoCaptureViewController.m // live // // Created by lujunjie on 2016/10/31. // Copyright © 2016年 lujunjie. All rights reserved. // #import "AudioVideoCaptureViewController.h" #impor... 阅读全文
posted @ 2016-10-31 16:45 陆俊杰_iOS 阅读(752) 评论(0) 推荐(0) 编辑

版权信息:©Copyright © 2010-2050 陆俊杰的博客