Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 972 Bytes

audioplaybackconnectionstate.md

File metadata and controls

28 lines (17 loc) · 972 Bytes
-api-id -api-type
T:Windows.Media.Audio.AudioPlaybackConnectionState
winrt enumeration

-description

Specifies the connection state of an AudioPlaybackConnection.

-enum-fields

-field Closed:0

The connection is closed.

-field Opened:1

The connection is open.

-remarks

Open a connection by calling Open or OpenAsync.

Get the current state of a connection by checking the State property. Receive notifiations when the connection state changes by implementing a handler for the StateChanged event.

-see-also

Open, OpenAsync, State, StateChanged

-examples