Click or drag to resize
VlcControlPlay Method (FileInfo, String)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Vlc.DotNet.Forms.VlcControl.Play(System.IO.FileInfo,System.String[])"]

Namespace: Vlc.DotNet.Forms
Assembly: Vlc.DotNet.Forms (in Vlc.DotNet.Forms.dll) Version: 2014.10.15.0 (2014.10.15.0)
Syntax
public void Play(
	FileInfo file,
	params string[] options
)

Parameters

file
Type: System.IOFileInfo

[Missing <param name="file"/> documentation for "M:Vlc.DotNet.Forms.VlcControl.Play(System.IO.FileInfo,System.String[])"]

options
Type: SystemString

[Missing <param name="options"/> documentation for "M:Vlc.DotNet.Forms.VlcControl.Play(System.IO.FileInfo,System.String[])"]

See Also