AudioPlaybackConnection.Open Method

Definition

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