You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ThumbnailImageSource" This property can be use to show thumbnail image when video is not loaded.
"OnBuffering" This Property will be an event which will trigger when the video is buffering. Using this we can show/hide activity indicator when this event triggers.
Motivation
This can improve the user experience and enhance the video rendering
Detailed Design
public class MediaElement
{
public static readonly BindableProperty ThumbnailImageSourceProperty;
public static readonly BindableProperty OnBufferingProperty;
public ImageSource ThumbnailImage
{
get ;
set ;
}
public EventHandler<CurrentState> OnBuffering
{
get ;
set ;
}
Feature name
Add ThumbnailImageSource and OnBuffering Properties
Link to discussion
#1749
Progress tracker
Summary
This proposal if for adding two properties:
Motivation
This can improve the user experience and enhance the video rendering
Detailed Design
public class MediaElement
{
public static readonly BindableProperty ThumbnailImageSourceProperty;
public static readonly BindableProperty OnBufferingProperty;
}
Usage Syntax
Drawbacks
No response
Alternatives
No response
Unresolved Questions
No response
Tasks
The text was updated successfully, but these errors were encountered: