java.lang.Object
uk.co.caprica.vlcj.binding.support.component.OsxComponentId

public final class OsxComponentId extends Object
Helper class to get the native component id of a component on OSX.
  • Method Details

    • getOsxComponentId

      public static long getOsxComponentId(Component component)
      Get the native component id for a component.

      This implementation uses reflection to drill-down and find the native component id.

      Parameters:
      component - component
      Returns:
      component id