Click or drag to resize
VlcMedia Constructor (VlcMediaPlayer, FileInfo, String)

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

Initializes a new instance of the VlcMedia class

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(
	VlcMediaPlayer player,
	FileInfo file,
	params string[] options
)

Parameters

player
Type: Vlc.DotNet.CoreVlcMediaPlayer

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

file
Type: System.IOFileInfo

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

options
Type: SystemString

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

See Also