Android.Widget.VideoView Members

The members of Android.Widget.VideoView are listed below.

See Also: Inherited members from Android.Views.SurfaceView

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
AudioSessionIdint. Get the audio session id for the player used by this VideoView.
[read-only]
BufferPercentageint.
[read-only]
CurrentPositionint.
[read-only]
Durationint.
[read-only]
IsPlayingbool.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

AddSubtitleSource(System.IO.Stream, Android.Media.MediaFormat)
Adds an external subtitle source file (from the provided input stream.
CanPause() : bool
CanSeekBackward() : bool
CanSeekForward() : bool
Pause()
ResolveAdjustedSize(int, 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()

Public Events

CompletionDocumentation for this section has not yet been entered.
ErrorDocumentation for this section has not yet been entered.
InfoDocumentation for this section has not yet been entered.
PreparedDocumentation for this section has not yet been entered.