Class NodesDisconnected


  • public class NodesDisconnected
    extends java.lang.Object
    Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.
    • Constructor Detail

      • NodesDisconnected

        public NodesDisconnected​(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()