Hello~
I just download the trial version of GoCoder SDK with sample codes
Then I just set the position of WZText again and again like this :
(src/main/java/com/wowza/gocoder/sdk/sampleapp/graphics/TextOverlayActivity.java)
textObject.setPosition(200, 200);
textObject.setPosition(textObject.getPosition());
Log.d(TAG, "onCreate: textObject position X: " + textObject.getPosition().getX());
Log.d(TAG, "onCreate: textObject position Y: " + textObject.getPosition().getY());
Then … X and Y of its position will be not logged as 200, 200 !?
It’s really unreasonable~
Please help, thanks.