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.util.Optional<java.lang.Number> sourceOutputIndex,
                                 java.util.Optional<java.lang.Number> destinationInputIndex)
    • Method Detail

      • getSourceOutputIndex

        public java.util.Optional<java.lang.Number> getSourceOutputIndex()
      • getDestinationInputIndex

        public java.util.Optional<java.lang.Number> getDestinationInputIndex()