AudioTrack.EndEdit Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Ends an edit operation, saving all property changes to the underlying store.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if any non-UI property is changed, such as the URI, but the system has already begun processing the track. |
The call is ignored if the AudioTrack is not currently in edit mode.
Show: