VlcMediaPlayerTimeChangedEventArgs 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)
Syntax public VlcMediaPlayerTimeChangedEventArgs(
long newTime
)
Public Sub New (
newTime As Long
)
public:
VlcMediaPlayerTimeChangedEventArgs(
long long newTime
)
new :
newTime : int64 -> VlcMediaPlayerTimeChangedEventArgs
Parameters
- newTime
- Type: SystemInt64
[Missing <param name="newTime"/> documentation for "M:Vlc.DotNet.Core.VlcMediaPlayerTimeChangedEventArgs.#ctor(System.Int64)"]
See Also