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