Initialize a new IVLCInstance with the given command line arguments. This generally should not be used,
since the command line arguments are subject to change.
Namespace: com.ptrampert.LibVLCBindAssembly: com.ptrampert.LibVLCBind (in com.ptrampert.LibVLCBind.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
Parameters
- args
- Type:
System String
The command line arguments to initialize with.
Return Value
Type: IVLCInstanceA new IVLCInstance
See Also