다음을 통해 공유


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

연결과 연결된 게인을 나타내는 값입니다.

특성

추가 정보

적용 대상