Android.Webkit.WebChromeClient.VideoLoadingProgressView Property
When the user starts to playback a video element, it may take time for enough data to be buffered before the first frames can be rendered.

Syntax

[get: Android.Runtime.Register("getVideoLoadingProgressView", "()Landroid/view/View;", "GetGetVideoLoadingProgressViewHandler")]
public virtual Android.Views.View VideoLoadingProgressView { get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the user starts to playback a video element, it may take time for enough data to be buffered before the first frames can be rendered. While this buffering is taking place, the ChromeClient can use this function to provide a View to be displayed. For example, the ChromeClient could show a spinner animation.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 7