AudioPlaybackConnection.State 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 current connection state of the AudioPlaybackConnection.
public:
property AudioPlaybackConnectionState State { AudioPlaybackConnectionState get(); };
AudioPlaybackConnectionState State();
public AudioPlaybackConnectionState State { get; }
var audioPlaybackConnectionState = audioPlaybackConnection.state;
Public ReadOnly Property State As AudioPlaybackConnectionState
Property Value
A member of the AudioPlaybackConnectionState enumeration, indicating the current connection state.
Remarks
Implement a handler for the StateChanged event to receive notifications when the connection state changes.