上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 57 下一页
摘要: 1、剪切 https://github.com/zhangfangtaozft/FFmpeg 阅读全文
posted @ 2021-10-27 08:48 cnchengv 阅读(254) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u013470102/article/details/108124728 重要 还包括了一些快进 快退的-- https://blog.csdn.net/u014162133/article/details/81287571 阅读全文
posted @ 2021-10-15 10:25 cnchengv 阅读(393) 评论(0) 推荐(0)
摘要: sdltest1.cpp // sdltest1.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <stdio.h> #include <stdlib.h> extern "C" { #include <SDL.h> #include "li 阅读全文
posted @ 2021-10-14 18:36 cnchengv 阅读(101) 评论(0) 推荐(0)
摘要: 设置横屏模式if(this.getResources().getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT){ setRequestedOrientation(ActivityInfo.SCREEN_ORIENT 阅读全文
posted @ 2021-10-10 16:21 cnchengv 阅读(34) 评论(0) 推荐(0)
摘要: package com.example.testfiledlg; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import androi 阅读全文
posted @ 2021-10-01 20:22 cnchengv 阅读(35) 评论(0) 推荐(0)
摘要: // sdltest1.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <stdio.h> #include <stdlib.h> extern "C" { #include <SDL.h> #include "libavutil/opt.h 阅读全文
posted @ 2021-09-30 15:17 cnchengv 阅读(39) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zhujiabin/p/9035883.html 音视频同步原理讲的清楚: https://blog.csdn.net/zhuweigangzwg/article/details/25815851 package com.example.recordv 阅读全文
posted @ 2021-09-13 11:37 cnchengv 阅读(177) 评论(0) 推荐(0)
摘要: decodeUnit.cpp #include "stdafx.h" #include <stdio.h> #include "directSound.h" #include "decodeUnit.h" #include "d3dhead.h" #pragma comment(lib, "d3d9 阅读全文
posted @ 2021-09-13 11:13 cnchengv 阅读(36) 评论(0) 推荐(0)
摘要: extern "C"{ #include <stdio.h> #include <stdlib.h> #include <unistd.h> } #include <string> #include <memory> #include <jni.h> #include <android/log.h> 阅读全文
posted @ 2021-09-12 22:08 cnchengv 阅读(52) 评论(0) 推荐(0)
摘要: #include "stdafx.h" #include <stdio.h> #include "directSound.h" #include "decodeUnit.h" #include "d3dhead.h" #pragma comment(lib, "d3d9.lib") extern H 阅读全文
posted @ 2021-09-06 19:51 cnchengv 阅读(33) 评论(0) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 57 下一页