VlcMediaPlayerLengthChangedEventArgs 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 VlcMediaPlayerLengthChangedEventArgs(
float newLength
)
Public Sub New (
newLength As Single
)
public:
VlcMediaPlayerLengthChangedEventArgs(
float newLength
)
new :
newLength : float32 -> VlcMediaPlayerLengthChangedEventArgs
Parameters
- newLength
- Type: SystemSingle
[Missing <param name="newLength"/> documentation for "M:Vlc.DotNet.Core.VlcMediaPlayerLengthChangedEventArgs.#ctor(System.Single)"]
See Also