From 80281e97403fa550e726981ca7c5071f0354a895 Mon Sep 17 00:00:00 2001 From: Dana <Dana_Lee1016@126.com> Date: 星期二, 27 一月 2026 11:21:39 +0800 Subject: [PATCH] 1.设置数据源:setAudioSource() 和 setVideoSource()(必须在 setOutputFormat 之前) 设置输出格式:setOutputFormat()(必须在 setOutputFile 和编码器之前) 设置输出文件:setOutputFile()(必须在编码器之前) 设置编码器:setAudioEncoder() 和 setVideoEncoder()(必须在 setOutputFormat 之后) 设置编码参数:setAudioEncodingBitRate(), setAudioSamplingRate(), setVideoEncodingBitRate() 等(必须在编码器之后) 准备:prepare() --- app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab index 26d3b09..4a12dea 100644 --- a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +++ b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab @@ -1,2 +1,2 @@ -4 +5 0 \ No newline at end of file -- Gitblit v1.8.0