VideoView.SetVideoPath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets video path.
[Android.Runtime.Register("setVideoPath", "(Ljava/lang/String;)V", "GetSetVideoPath_Ljava_lang_String_Handler")]
public virtual void SetVideoPath (string? path);
[<Android.Runtime.Register("setVideoPath", "(Ljava/lang/String;)V", "GetSetVideoPath_Ljava_lang_String_Handler")>]
abstract member SetVideoPath : string -> unit
override this.SetVideoPath : string -> unit
Parameters
- path
- String
the path of the video.
- Attributes
Remarks
Sets video path.
Java documentation for android.widget.VideoView.setVideoPath(java.lang.String)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.