AudioSubmixNode.OutgoingConnections 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得音訊子混音節點與音訊圖形中其他節點的傳出連線。
public:
property IVectorView<AudioGraphConnection ^> ^ OutgoingConnections { IVectorView<AudioGraphConnection ^> ^ get(); };
IVectorView<AudioGraphConnection> OutgoingConnections();
public IReadOnlyList<AudioGraphConnection> OutgoingConnections { get; }
var iVectorView = audioSubmixNode.outgoingConnections;
Public ReadOnly Property OutgoingConnections As IReadOnlyList(Of AudioGraphConnection)
屬性值
物件的集合,表示音訊圖形連接。
實作
備註
此連出連線清單是唯讀的。 呼叫 AddOutgoingConnection 將此節點連線到另一個節點。