Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 726 Bytes

audioplaybackconnection_startasync_1931900819.md

File metadata and controls

22 lines (13 loc) · 726 Bytes
-api-id -api-type
M:Windows.Media.Audio.AudioPlaybackConnection.StartAsync
winrt method

-description

Asynchronously configures the system to allow connections from the remote audio source.

-returns

An asynchronous operation.

-remarks

This method informs the system that there is a new application that wants audio from the remote device to be played on the local device. But audio does not play until the connection has been opened with a call to Open or OpenAsync.

-see-also

Open, OpenAsync

-examples