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/id-to-file.tab.len | 0 1 files changed, 0 insertions(+), 0 deletions(-) diff --git a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len index 93a595b..ec8f944 100644 --- a/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +++ b/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len Binary files differ -- Gitblit v1.8.0