The IVLCFactory type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| InitializeVLC |
Initializes a new IVLCInstance
| |
| InitializeVLC( String ) |
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.
|
Properties
| Name | Description | |
|---|---|---|
| LibVLCChangeset |
Gets the changeset of LibVLC
| |
| LibVLCCompiler |
Gets the version of the compiler LibVLC was compiled with.
| |
| LibVLCVersion |
Gets the version of LibVLC.
|
See Also