AudioPlaybackConnection.State Property

Definition

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.

Applies to

See also