fixup! AudioEncoder WIP

This commit is contained in:
Romain Vimont
2023-02-03 13:04:19 +01:00
parent ad5a02e93a
commit 709c24bfc3

View File

@@ -70,7 +70,6 @@ public final class AudioEncoder {
} }
@TargetApi(Build.VERSION_CODES.M) @TargetApi(Build.VERSION_CODES.M)
public void start() throws IOException { public void start() throws IOException {
mediaCodec = MediaCodec.createEncoderByType(MIMETYPE); // may throw IOException mediaCodec = MediaCodec.createEncoderByType(MIMETYPE); // may throw IOException