VlcMediaPlayerVideoOutChangedEventArgs 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 VlcMediaPlayerVideoOutChangedEventArgs(
int newCount
)
Public Sub New (
newCount As Integer
)
public:
VlcMediaPlayerVideoOutChangedEventArgs(
int newCount
)
new :
newCount : int -> VlcMediaPlayerVideoOutChangedEventArgs
Parameters
- newCount
- Type: SystemInt32
[Missing <param name="newCount"/> documentation for "M:Vlc.DotNet.Core.VlcMediaPlayerVideoOutChangedEventArgs.#ctor(System.Int32)"]
See Also