Skip to content

Commit

Permalink
exo: OPERATION_MODE_ASYNCHRONOUS_DEDICATED_THREAD
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliskov committed Dec 15, 2020
1 parent 502ede7 commit d15826b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class CustomOverridesRenderersFactory extends DefaultRenderersFactory {
public CustomOverridesRenderersFactory(FragmentActivity activity) {
super(activity);
setExtensionRendererMode(EXTENSION_RENDERER_MODE_ON);
experimentalSetVideoMediaCodecOperationMode(MediaCodecRenderer.OPERATION_MODE_ASYNCHRONOUS_DEDICATED_THREAD_ASYNCHRONOUS_QUEUEING);
experimentalSetVideoMediaCodecOperationMode(MediaCodecRenderer.OPERATION_MODE_ASYNCHRONOUS_DEDICATED_THREAD);
}

@Override
Expand Down

0 comments on commit d15826b

Please sign in to comment.