fixup! AudioEncoder WIP
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user