VlcManagerParseMediaAsync Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Vlc.DotNet.Core.Interops.VlcManager.ParseMediaAsync(System.IntPtr)"]
Namespace: Vlc.DotNet.Core.InteropsAssembly: Vlc.DotNet.Core.Interops (in Vlc.DotNet.Core.Interops.dll) Version: 2014.10.15.0 (2014.10.15.0)
Syntaxpublic void ParseMediaAsync(
IntPtr mediaPlayerInstance
)
Public Sub ParseMediaAsync (
mediaPlayerInstance As IntPtr
)
public:
void ParseMediaAsync(
IntPtr mediaPlayerInstance
)
member ParseMediaAsync :
mediaPlayerInstance : IntPtr -> unit
Parameters
- mediaPlayerInstance
- Type: SystemIntPtr
[Missing <param name="mediaPlayerInstance"/> documentation for "M:Vlc.DotNet.Core.Interops.VlcManager.ParseMediaAsync(System.IntPtr)"]
See Also