Skip to content

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

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ne0rrmatrix
Copy link
Contributor

Add references to Texture view for PR CommunityToolkit/Maui#2540

Copy link

Learn Build status updates of commit 7669f40:

✅ Validation status: passed

File Status Preview URL Details
docs/maui/views/MediaElement.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

@ne0rrmatrix ne0rrmatrix marked this pull request as draft April 7, 2025 06:27
Copy link
Contributor

@TheCodeTraveler TheCodeTraveler left a 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
}

ne0rrmatrix and others added 2 commits May 4, 2025 14:06
Copy link

Learn Build status updates of commit 6faab82:

✅ Validation status: passed

File Status Preview URL Details
docs/maui/views/MediaElement.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

Copy link

Learn Build status updates of commit b81ab62:

✅ Validation status: passed

File Status Preview URL Details
docs/maui/views/MediaElement.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

…ilder and that each media element can be set individually.
Copy link

Learn Build status updates of commit 75990cb:

✅ Validation status: passed

File Status Preview URL Details
docs/maui/views/MediaElement.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants