09 2021 档案
摘要:// sdltest1.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <stdio.h> #include <stdlib.h> extern "C" { #include <SDL.h> #include "libavutil/opt.h
阅读全文
摘要:https://www.cnblogs.com/zhujiabin/p/9035883.html 音视频同步原理讲的清楚: https://blog.csdn.net/zhuweigangzwg/article/details/25815851 package com.example.recordv
阅读全文
摘要:decodeUnit.cpp #include "stdafx.h" #include <stdio.h> #include "directSound.h" #include "decodeUnit.h" #include "d3dhead.h" #pragma comment(lib, "d3d9
阅读全文
摘要:extern "C"{ #include <stdio.h> #include <stdlib.h> #include <unistd.h> } #include <string> #include <memory> #include <jni.h> #include <android/log.h>
阅读全文
摘要:#include "stdafx.h" #include <stdio.h> #include "directSound.h" #include "decodeUnit.h" #include "d3dhead.h" #pragma comment(lib, "d3d9.lib") extern H
阅读全文
摘要:https://www.jianshu.com/p/0b4613fa65d1/ 这个直接可以 #include "stdafx.h"#include <stdio.h>#include <stdlib.h>extern "C"{#include <SDL2/SDL.h>#include "libav
阅读全文