Class AudioComponentPlugInInterface

    • Constructor Summary

      Constructors 
      Constructor Description
      AudioComponentPlugInInterface()  
      AudioComponentPlugInInterface​(org.robovm.rt.bro.ptr.FunctionPtr Open, org.robovm.rt.bro.ptr.FunctionPtr Close, org.robovm.rt.bro.ptr.FunctionPtr Lookup, org.robovm.rt.bro.ptr.VoidPtr reserved)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.robovm.rt.bro.ptr.FunctionPtr getClose()  
      org.robovm.rt.bro.ptr.FunctionPtr getLookup()  
      org.robovm.rt.bro.ptr.FunctionPtr getOpen()  
      org.robovm.rt.bro.ptr.VoidPtr getReserved()  
      AudioComponentPlugInInterface setClose​(org.robovm.rt.bro.ptr.FunctionPtr Close)  
      AudioComponentPlugInInterface setLookup​(org.robovm.rt.bro.ptr.FunctionPtr Lookup)  
      AudioComponentPlugInInterface setOpen​(org.robovm.rt.bro.ptr.FunctionPtr Open)  
      AudioComponentPlugInInterface setReserved​(org.robovm.rt.bro.ptr.VoidPtr reserved)  
      • Methods inherited from class org.robovm.rt.bro.Struct

        _sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
      • Methods inherited from class org.robovm.rt.bro.NativeObject

        equals, getHandle, hashCode, setHandle
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • AudioComponentPlugInInterface

        public AudioComponentPlugInInterface()
      • AudioComponentPlugInInterface

        public AudioComponentPlugInInterface​(org.robovm.rt.bro.ptr.FunctionPtr Open,
                                             org.robovm.rt.bro.ptr.FunctionPtr Close,
                                             org.robovm.rt.bro.ptr.FunctionPtr Lookup,
                                             org.robovm.rt.bro.ptr.VoidPtr reserved)
    • Method Detail

      • getOpen

        public org.robovm.rt.bro.ptr.FunctionPtr getOpen()
      • getClose

        public org.robovm.rt.bro.ptr.FunctionPtr getClose()
      • getLookup

        public org.robovm.rt.bro.ptr.FunctionPtr getLookup()
      • getReserved

        public org.robovm.rt.bro.ptr.VoidPtr getReserved()