The members of Android.Widget.VideoView are listed below.
See Also: Inherited members from Android.Views.SurfaceView
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | AudioSessionId | int. Get the audio session id for the player used by this VideoView. |
[read-only] | BufferPercentage | int. |
[read-only] | CurrentPosition | int. |
[read-only] | Duration | int. |
[read-only] | IsPlaying | bool. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AddSubtitleSource(System.IO.Stream, Android.Media.MediaFormat)Adds an external subtitle source file (from the provided input stream. | ||
CanPause() | ||
CanSeekBackward() | ||
CanSeekForward() | ||
Pause() | ||
ResolveAdjustedSize(int, int) | ||
Resume() | ||
SeekTo(int) | ||
SetMediaController(MediaController) | ||
SetOnCompletionListener(Android.Media.MediaPlayer.IOnCompletionListener)Register a callback to be invoked when the end of a media file has been reached during playback. | ||
SetOnErrorListener(Android.Media.MediaPlayer.IOnErrorListener)Register a callback to be invoked when an error occurs during playback or setup. | ||
SetOnInfoListener(Android.Media.MediaPlayer.IOnInfoListener)Register a callback to be invoked when an informational event occurs during playback or setup. | ||
SetOnPreparedListener(Android.Media.MediaPlayer.IOnPreparedListener)Register a callback to be invoked when the media file is loaded and ready to go. | ||
SetVideoPath(string)Sets video path. | ||
SetVideoURI(Android.Net.Uri)Sets video URI. | ||
SetVideoURI(Android.Net.Uri, IDictionary<string, string>)Documentation for this section has not yet been entered. | ||
Start() | ||
StopPlayback() | ||
Suspend() |
Completion | Documentation for this section has not yet been entered. | |
Error | Documentation for this section has not yet been entered. | |
Info | Documentation for this section has not yet been entered. | |
Prepared | Documentation for this section has not yet been entered. |