-
-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set properties SurfaceFilterRender #1693
Comments
Hello, You have this methods to use in SurfaceFilterRender:
Remember that scale and position works in percent (0 to 100), rotation in degrees (0 to 360) and alpha with float (0.0f to 1.0f) |
I used SurfaceFilterRender to add the video to the fillter but it didn't actually position and size it like I wanted. Then I tried using AndroidViewFilterRender and added a videoview, but when I added the fillter, the video couldn't play and wasn't displayed. Do you have any way to add or play video in AndroidViewFilterRender. Please help me .Thanks |
Hello, Sorry for late response. SurfaceFilterRender was designed for this cases when you want draw into a texture. Your only way is use SurfaceFilterRender with methods that I told you in my last post |
Hi Pedro
I get the width, height, rotation, x, y, opacity of a view compared to the parent view. So how do I add SurfaceFilterRender with the above properties to the same parent view? Thank you for your feedback, thank you
The text was updated successfully, but these errors were encountered: