class Handle
package hxvlc.util
This class manages the global instance of LibVLC, providing methods for initialization, disposal, and retrieving version information.
Static variables
staticread onlyclock:Int64
Returns the current time as defined by LibVLC.
The unit is the microsecond.
Time increases monotonically (regardless of time zone changes and RTC adjustments).
The origin is arbitrary but consistent across the whole system (e.g. the system uptime, the time since the system was booted).
Note: On systems that support it, the POSIX monotonic clock is used.
staticread onlycompiler:String
Retrieves the LibVLC compiler version.
Example: "gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu6)"
staticread onlyinstance:Null<RawPointer<LibVLC_Instance_T>>
The instance of LibVLC that is used globally.