-
Notifications
You must be signed in to change notification settings - Fork 109
Add references to Texture View and how to use it. #540
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
base: main
Are you sure you want to change the base?
Conversation
Learn Build status updates of commit 7669f40: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the docs to use the correct APIs as suggested below.
Please also include an example in both C# and XAML demonstrating that the MediaElement.AndroidViewType
can be set individually for each MediaElement. And please also note that setting the MediaElement.AndroidViewType
property will override the Default AndroidViewType set in .UseMauiCommunityToolkitMediaElement()
.
<toolkit:MediaElement AndroidViewType="TextureView" />
var mediaElement = new MediaElement
{
AndroidViewType = AndroidViewType.TextureView
}
Co-authored-by: Brandon Minnick <[email protected]>
Co-authored-by: Brandon Minnick <[email protected]>
Learn Build status updates of commit 6faab82: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit b81ab62: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
…ilder and that each media element can be set individually.
Learn Build status updates of commit 75990cb: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Add references to Texture view for PR CommunityToolkit/Maui#2540