Module uk.co.caprica.vlcj.natives
Class OsxComponentId
java.lang.Object
uk.co.caprica.vlcj.binding.support.component.OsxComponentId
Helper class to get the native component id of a component on OSX.
-
Method Summary
Modifier and TypeMethodDescriptionstatic longgetOsxComponentId(Component component) Get the native component id for a component.
-
Method Details
-
getOsxComponentId
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
-