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

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

[Missing <summary> documentation for "M:Vlc.DotNet.Core.VlcMediaPlayer.SetMedia(System.IO.FileInfo,System.String[])"]

Namespace: Vlc.DotNet.Core
Assembly: Vlc.DotNet.Core (in Vlc.DotNet.Core.dll) Version: 2014.10.15.0 (2014.10.15.0)
Syntax
public VlcMedia SetMedia(
	FileInfo file,
	params string[] options
)

Parameters

file
Type: System.IOFileInfo

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

options
Type: SystemString

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

Return Value

Type: VlcMedia

[Missing <returns> documentation for "M:Vlc.DotNet.Core.VlcMediaPlayer.SetMedia(System.IO.FileInfo,System.String[])"]

See Also