AudioGraphConnection.Destination Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the destination node for the connection.
public:
property IAudioNode ^ Destination { IAudioNode ^ get(); };
IAudioNode Destination();
public IAudioNode Destination { get; }
var iAudioNode = audioGraphConnection.destination;
Public ReadOnly Property Destination As IAudioNode
Property Value
The IAudioNode interface for the destination node.
Windows requirements
App capabilities |
backgroundMediaRecording
|