IAudioInputNode.AddOutgoingConnection 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
연결과 연결된 게인을 나타내는 값입니다.
- 특성