Class NodesConnected


  • public class NodesConnected
    extends java.lang.Object
    Notifies that two AudioNodes are connected.
    • Constructor Detail

      • NodesConnected

        public NodesConnected​(GraphObjectId contextId,
                              GraphObjectId sourceId,
                              GraphObjectId destinationId,
                              java.lang.Number sourceOutputIndex,
                              java.lang.Number destinationInputIndex)
    • Method Detail

      • getSourceOutputIndex

        public java.lang.Number getSourceOutputIndex()
      • getDestinationInputIndex

        public java.lang.Number getDestinationInputIndex()