Поделиться через


IAudioInputNode.AddOutgoingConnection Метод

Определение

Перегрузки

AddOutgoingConnection(IAudioNode)

Добавляет исходящее подключение к узлу входных аудиоданных.

AddOutgoingConnection(IAudioNode, Double)

Добавляет исходящее соединение с получением к узлу входных звуковых данных.

AddOutgoingConnection(IAudioNode)

Добавляет исходящее подключение к узлу входных аудиоданных.

public:
 void AddOutgoingConnection(IAudioNode ^ destination);
/// [Windows.Foundation.Metadata.Overload("AddOutgoingConnection")]
void AddOutgoingConnection(IAudioNode const& destination);
[Windows.Foundation.Metadata.Overload("AddOutgoingConnection")]
public void AddOutgoingConnection(IAudioNode destination);
function addOutgoingConnection(destination)
Public Sub AddOutgoingConnection (destination As IAudioNode)

Параметры

destination
IAudioNode

Конечный узел для соединения.

Атрибуты

См. также раздел

Применяется к

AddOutgoingConnection(IAudioNode, Double)

Добавляет исходящее соединение с получением к узлу входных звуковых данных.

public:
 void AddOutgoingConnection(IAudioNode ^ destination, double gain);
/// [Windows.Foundation.Metadata.Overload("AddOutgoingConnectionWithGain")]
void AddOutgoingConnection(IAudioNode const& destination, double const& gain);
[Windows.Foundation.Metadata.Overload("AddOutgoingConnectionWithGain")]
public void AddOutgoingConnection(IAudioNode destination, double gain);
function addOutgoingConnection(destination, gain)
Public Sub AddOutgoingConnection (destination As IAudioNode, gain As Double)

Параметры

destination
IAudioNode

Конечный узел для соединения.

gain
Double

double

Значение , указывающее увеличение, связанное с соединением.

Атрибуты

См. также раздел

Применяется к