Class NodeParamDisconnected


  • public class NodeParamDisconnected
    extends java.lang.Object
    Notifies that an AudioNode is disconnected to an AudioParam.
    • Constructor Detail

      • NodeParamDisconnected

        public NodeParamDisconnected​(GraphObjectId contextId,
                                     GraphObjectId sourceId,
                                     GraphObjectId destinationId,
                                     java.util.Optional<java.lang.Number> sourceOutputIndex)
    • Method Detail

      • getSourceOutputIndex

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