AudioRoutingManager.AvailableAudioEndpoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of available audio routing endpoints.
public:
property AvailableAudioRoutingEndpoints AvailableAudioEndpoints { AvailableAudioRoutingEndpoints get(); };
AvailableAudioRoutingEndpoints AvailableAudioEndpoints();
public AvailableAudioRoutingEndpoints AvailableAudioEndpoints { get; }
var availableAudioRoutingEndpoints = audioRoutingManager.availableAudioEndpoints;
Public ReadOnly Property AvailableAudioEndpoints As AvailableAudioRoutingEndpoints
Property Value
The list of available audio routing endpoints. When multiple endpoints are available, values from the AvailableAudioRoutingEndpoints enumeration are combined using bitwise OR.
Windows requirements
App capabilities |
ID_CAP_VOIP [Windows Phone]
|