Class NodesConnectedEventArgs
Notifies that two AudioNodes are connected.
public sealed record NodesConnectedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<NodesConnectedEventArgs>
- Inheritance
-
EventArgsNodesConnectedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
NodesConnectedEventArgs(GraphObjectId, GraphObjectId, GraphObjectId, double?, double?)
Notifies that two AudioNodes are connected.
public NodesConnectedEventArgs(GraphObjectId ContextId, GraphObjectId SourceId, GraphObjectId DestinationId, double? SourceOutputIndex = null, double? DestinationInputIndex = null)
Parameters
ContextIdGraphObjectIdSourceIdGraphObjectIdDestinationIdGraphObjectIdSourceOutputIndexdouble?DestinationInputIndexdouble?
Properties
ContextId
public GraphObjectId ContextId { get; init; }
Property Value
DestinationId
public GraphObjectId DestinationId { get; init; }
Property Value
DestinationInputIndex
public double? DestinationInputIndex { get; init; }
Property Value
SourceId
public GraphObjectId SourceId { get; init; }
Property Value
SourceOutputIndex
public double? SourceOutputIndex { get; init; }