We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我尝试用正常view的方式获取BaseVideoView的宽高 都为-1,并且代码里面设置layoutParams 只有也没用。 请问有提供手动设置宽高的地方吗,因为我们有需求 视频默认是16:9 但是如果设置成AspectRatio_16_9的方式万一有非16:9的视频 就回拉伸,如果设置成AspectRatio_ORIGIN,那么在很多手机上16:9的视频就无法正常填充满控件,所以想自己根据手机宽度来 设置BaseVideoView的高度。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我尝试用正常view的方式获取BaseVideoView的宽高 都为-1,并且代码里面设置layoutParams 只有也没用。
请问有提供手动设置宽高的地方吗,因为我们有需求 视频默认是16:9 但是如果设置成AspectRatio_16_9的方式万一有非16:9的视频
就回拉伸,如果设置成AspectRatio_ORIGIN,那么在很多手机上16:9的视频就无法正常填充满控件,所以想自己根据手机宽度来
设置BaseVideoView的高度。
The text was updated successfully, but these errors were encountered: