We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38664c7 commit 39b73f9Copy full SHA for 39b73f9
1 file changed
android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/CallingActivity.java
@@ -3127,6 +3127,14 @@ static void prepareEncoder()
3127
MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420Flexible);
3128
}
3129
3130
+ // *************** //
3131
3132
3133
+ // *** // video_encoder_format.setInteger(MediaFormat.KEY_ROTATION, 90);
3134
3135
3136
3137
+
3138
3139
Log.i(TAG, "prepareEncoder:mEncoder.getName=" + mEncoder.getName());
3140
0 commit comments