Share via


AudioGraphConnection Klasse

Definition

Stellt eine Verbindung innerhalb eines Audiodiagramms dar.

public ref class AudioGraphConnection sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AudioGraphConnection final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AudioGraphConnection
Public NotInheritable Class AudioGraphConnection
Vererbung
Object Platform::Object IInspectable AudioGraphConnection
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
backgroundMediaRecording

Hinweise

Rufen Sie eine instance dieser Klasse mit der OutgoingConnections-Eigenschaft einer Klasse ab, die IAudioInputNode implementiert. Dazu zählen unter anderem folgende Einstellungen:

Eigenschaften

Destination

Ruft den Zielknoten für die Verbindung ab.

Gain

Ruft den der Audiographverbindung zugeordneten Gewinn ab.

Gilt für:

Weitere Informationen