影响打包的同名类调整 - Utils.java
This commit is contained in:
@@ -2025,7 +2025,7 @@ public class TRTCEngineAdapter extends BaseAdapterImpl {
|
||||
x = options.positionInLandscapeMode.x / (float) resolutionWidth;
|
||||
y = options.positionInLandscapeMode.y / (float) resolutionHeight;
|
||||
}
|
||||
Bitmap bitmap = Utils.getBitmap(watermarkUrl, decodeWidth, decodeHeight);
|
||||
Bitmap bitmap = TRTCUtils.getBitmap(watermarkUrl, decodeWidth, decodeHeight);
|
||||
trtcCloud.setWatermark(bitmap, TRTC_VIDEO_STREAM_TYPE_BIG, x, y, width);
|
||||
|
||||
return 0;
|
||||
|
@@ -3,7 +3,7 @@ package com.chwl.core.manager.trtc;
|
||||
import android.graphics.Bitmap;
|
||||
import android.graphics.BitmapFactory;
|
||||
|
||||
public class Utils {
|
||||
public class TRTCUtils {
|
||||
|
||||
private static boolean isSpace(final String s) {
|
||||
if (s == null) return true;
|
Reference in New Issue
Block a user