Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AudioPlaybackConnection.Open Method

Definition

Namespace:
Windows.Media.Audio

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.

Attempts to connect the underlying device. If successful, this causes any audio that is playing on the remote device to be heard on the local device.

public:
 virtual AudioPlaybackConnectionOpenResult ^ Open() = Open;
AudioPlaybackConnectionOpenResult Open();
public AudioPlaybackConnectionOpenResult Open();
function open()
Public Function Open () As AudioPlaybackConnectionOpenResult

Returns

An AudioPlaybackConnectionOpenResult object. The Status property of this object indicates the result of the connection attempt.

Applies to

See also


Feedback

Was this page helpful?