AudioPlaybackConnection.Open Method
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.
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.