12 2021 档案
摘要:#include <windows.h> #include <mutex> #include "SDL.h" #define REFRESH_EVENT (SDL_USEREVENT + 1) static SDL_Thread* refresh_thread; static SDL_Event e
阅读全文
摘要:CGSdlRender.h /* Copyright [c] 2017-2027 Gang.Wang Allrights Reserved*/ #ifndef CG_SDL_RENDER_H #define CG_SDL_RENDER_H #include <windows.h> #include
阅读全文
摘要:https://swiftforwindows.github.io/ ?? 两个区别?第一个还没下,这个看起来o https://www.swift.org/download/ sf与c++对比. https://blog.csdn.net/u011430225/article/details/10
阅读全文
摘要:https://www.cnblogs.com/BigFeng/p/4852040.html
阅读全文
摘要:https://learnopengl-cn.github.io/01%20Getting%20started/02%20Creating%20a%20window/ good https://www.cnblogs.com/zhxmdefj/p/11241537.html https://www.
阅读全文
摘要:android studio遇到问题从官网上下了 -2020.3.1.26 版本,结果新建一个项目后 报错 Could not GET 'https://dl.google.com/dl/android/maven2/com/android/ 设置代理 、marven换阿里云,都不行 后来把 and
阅读全文
摘要:https://blog.csdn.net/qq_40531074/article/details/120254432 用火狐好像能加速 github的下载,to thi-- 打印下录屏时每次的处理时间,看每帧 2、同步要看 thi day,song https://www.jianshu.com/
阅读全文
摘要:#pragma once #include <stdio.h> #include <iostream> #include <string> #include <thread> #include <mutex> class CTwoBuffer { public: CTwoBuffer() :buff
阅读全文
摘要:#ifndef _CRT_SECURE_NO_WARNINGS #define _CRT_SECURE_NO_WARNINGS #endif #include "xop/RtmpServer.h" #include "xop/HttpFlvServer.h" #include "xop/RtmpPu
阅读全文
摘要:1218 ok #ifndef _CRT_SECURE_NO_WARNINGS #define _CRT_SECURE_NO_WARNINGS #endif #include <android/log.h> #include "xop/RtmpServer.h" #include "xop/Http
阅读全文
摘要:#pragma once #include <iostream> #include <string> #include <thread> #include <mutex> //过于简单了 // readindex he writeindex class CGBlockRingBuffer { pub
阅读全文
摘要:#include <iostream> #include <string> #include <thread> #include <mutex> #include <unistd.h> using namespace std; #define TAG "zj" #define LOGV(...) _
阅读全文
摘要:9、 xcode动态库静态库? 编译 ffmpeg 静态库方式 打开ffmpeg和ffplay都可以,但是动态库就报错Reason: image not found ./configure --enable-shared --prefix=/Users/wangt/softs/ffmpeg-4.2.
阅读全文
摘要:https://blog.csdn.net/weixin_33754065/article/details/92272447 1、 fread函数原型: size_t fread ( void *buffer, size_t size, size_t count, FILE *stream) ; s
阅读全文
摘要:https://blog.csdn.net/s591628545/article/details/104525958/ 录制系统声音 蓝牙耳机? http://zoyi14.smartapps.cn/pages/note/index?slug=b14f8018621c
阅读全文
摘要:1、先建资源库,再建事件(默认当前时间),再建项目 2、加字幕,选择tab里的 字幕, 搜索自定义,然后直接可以在视频里拖动位置,字体颜色在表面颜色里 , 背景要新建 发生器,单色。 时间线里谁在上面决定视频里谁显示在上面。 效果 mac 截图快捷键 command+shift+5 ,选择前几个按钮
阅读全文
摘要:转化的 rtspjni的后要弄上 1218 ok #define TAG "zj" #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__) #define LOGD(...) __android_log
阅读全文
摘要:route add 192.168.5.100 mask 255.255.255.255 192.168.5.1 route delete 192.168.5.100 mask 255.255.255.255 192.168.5.1 通过一个路由器做媒介更好
阅读全文
摘要:3、 https://blog.csdn.net/qq_24554061/article/details/52220295 这个可以有pps等 1、重要 https://blog.csdn.net/aflyeaglenku/article/details/53392294?spm=1001.2101
阅读全文
摘要:A/libc: Fatal signal 5 (SIGTRAP), code 1 (TRAP_BRKPT), fault addr int readAllData(){ //char* strPath = "test.264"; LOGE(" 1211 strPath= %s", strPath);
阅读全文
摘要:https://blog.csdn.net/Lee_Natuo/article/details/97239079 看来目前没啥办法,用真机调吧。 通过邮箱来传递吧
阅读全文
摘要:ndk fopen错误,但是不知道为什么 在文件里面加上#include<errno.h>头文件,既然这里出错了,就用errno,然后在这个崩溃地方打印出这个 errno的值, errno = 0; FILE *fp; fp = fopen("jigar.txt","wb"); if(fp == N
阅读全文
摘要:# cmake file for duilib #Author Qi Gao(monkgau@gmail.com) #Created: 2012/09/16 aux_source_directory(${CMAKE_CURRENT_SOURCE_DIR} Root_src) aux_source_d
阅读全文
摘要:java 部分 int myFrameSize = 36748; byte[] myBuf; byte[] myFreameBuf ;//= new byte[myFrameSize]; private void recordVirtualDisplay() { while (!mQuit.get(
阅读全文