Class libvlc_video_viewpoint_t

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  libvlc_video_viewpoint_t.ByValue  
      • Nested classes/interfaces inherited from class com.sun.jna.Structure

        com.sun.jna.Structure.ByReference, com.sun.jna.Structure.FieldOrder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float f_field_of_view
      view point roll in degrees
      float f_pitch
      view point yaw in degrees
      float f_roll
      view point pitch in degrees
      float f_yaw  
      • Fields inherited from class com.sun.jna.Structure

        ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
    • Method Summary

      • Methods inherited from class com.sun.jna.Structure

        autoRead, autoRead, autoWrite, autoWrite, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, newInstance, read, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toArray, toArray, toString, toString, write, writeField, writeField
    • Field Detail

      • f_yaw

        public float f_yaw
      • f_pitch

        public float f_pitch
        view point yaw in degrees
      • f_roll

        public float f_roll
        view point pitch in degrees
      • f_field_of_view

        public float f_field_of_view
        view point roll in degrees
    • Constructor Detail

      • libvlc_video_viewpoint_t

        public libvlc_video_viewpoint_t()