VlcMediaPlayerSnapshotTakenEventArgs Constructor |
[This is preliminary documentation and is subject to change.]
Namespace: Vlc.DotNet.CoreAssembly: Vlc.DotNet.Core (in Vlc.DotNet.Core.dll) Version: 2014.10.15.0 (2014.10.15.0)
Syntaxpublic VlcMediaPlayerSnapshotTakenEventArgs(
string fileName
)
Public Sub New (
fileName As String
)
public:
VlcMediaPlayerSnapshotTakenEventArgs(
String^ fileName
)
new :
fileName : string -> VlcMediaPlayerSnapshotTakenEventArgs
Parameters
- fileName
- Type: SystemString
[Missing <param name="fileName"/> documentation for "M:Vlc.DotNet.Core.VlcMediaPlayerSnapshotTakenEventArgs.#ctor(System.String)"]
See Also