Class NodeParamDisconnectedEventArgs
Notifies that an AudioNode is disconnected to an AudioParam.
public sealed record NodeParamDisconnectedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<NodeParamDisconnectedEventArgs>
- Inheritance
-
EventArgsNodeParamDisconnectedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
NodeParamDisconnectedEventArgs(GraphObjectId, GraphObjectId, GraphObjectId, double?)
Notifies that an AudioNode is disconnected to an AudioParam.
public NodeParamDisconnectedEventArgs(GraphObjectId ContextId, GraphObjectId SourceId, GraphObjectId DestinationId, double? SourceOutputIndex = null)
Parameters
ContextIdGraphObjectIdSourceIdGraphObjectIdDestinationIdGraphObjectIdSourceOutputIndexdouble?
Properties
ContextId
public GraphObjectId ContextId { get; init; }
Property Value
DestinationId
public GraphObjectId DestinationId { get; init; }
Property Value
SourceId
public GraphObjectId SourceId { get; init; }
Property Value
SourceOutputIndex
public double? SourceOutputIndex { get; init; }