Interface VR_IVRTrackedCamera_FnTable.GetCameraFrameSize_callback

All Superinterfaces:
com.sun.jna.Callback
Enclosing class:
VR_IVRTrackedCamera_FnTable

public static interface VR_IVRTrackedCamera_FnTable.GetCameraFrameSize_callback extends com.sun.jna.Callback
native declaration : headers\openvr_capi.h:1823
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.sun.jna.Callback

    com.sun.jna.Callback.UncaughtExceptionHandler
  • Field Summary

    Fields inherited from interface com.sun.jna.Callback

    FORBIDDEN_NAMES, METHOD_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    apply(int nDeviceIndex, int eFrameType, com.sun.jna.ptr.IntByReference pnWidth, com.sun.jna.ptr.IntByReference pnHeight, com.sun.jna.ptr.IntByReference pnFrameBufferSize)
     
  • Method Details

    • apply

      int apply(int nDeviceIndex, int eFrameType, com.sun.jna.ptr.IntByReference pnWidth, com.sun.jna.ptr.IntByReference pnHeight, com.sun.jna.ptr.IntByReference pnFrameBufferSize)