AudioFrameInputNode.OutgoingConnections Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la liste des connexions sortantes du nœud d’entrée de trame audio vers d’autres nœuds dans le graphique audio.
public:
property IVectorView<AudioGraphConnection ^> ^ OutgoingConnections { IVectorView<AudioGraphConnection ^> ^ get(); };
IVectorView<AudioGraphConnection> OutgoingConnections();
public IReadOnlyList<AudioGraphConnection> OutgoingConnections { get; }
var iVectorView = audioFrameInputNode.outgoingConnections;
Public ReadOnly Property OutgoingConnections As IReadOnlyList(Of AudioGraphConnection)
Valeur de propriété
Collection d’objets AudioGraphConnection représentant les connexions prises en charge.
Implémente
Remarques
Cette liste de connexions sortantes est en lecture seule. Appelez AddOutgoingConnection pour connecter ce nœud à un autre nœud.