AudioRoutingManager 클래스

정의

Voice over IP 애플리케이션이 스피커폰 이외의 엔드포인트로 오디오를 라우팅할 수 있는 기능을 제공합니다.

public ref class AudioRoutingManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AudioRoutingManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AudioRoutingManager
Public NotInheritable Class AudioRoutingManager
상속
Object Platform::Object IInspectable AudioRoutingManager
특성

Windows 요구 사항

디바이스 패밀리
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Phone.PhoneContract (v1.0에서 도입되었습니다.)
앱 기능
ID_CAP_VOIP [Windows Phone]

설명

Windows.Phone.Media.Devices 네임스페이스의 API에는 ID_CAP_AUDIOROUTING 기능이 필요합니다.

속성

AvailableAudioEndpoints

사용 가능한 오디오 라우팅 엔드포인트 목록을 가져옵니다.

메서드

GetAudioEndpoint()

현재 사용 중인 오디오 엔드포인트를 가져옵니다.

GetDefault()

AudioRoutingManager 클래스의 기본 instance 가져옵니다.

SetAudioEndpoint(AudioRoutingEndpoint)

다른 오디오 엔드포인트를 요청합니다.

이벤트

AudioEndpointChanged

현재 사용 중인 오디오 엔드포인트가 변경되었거나 사용 가능한 오디오 엔드포인트 집합이 변경된 경우에 발생합니다.

적용 대상