AudioTrack.EndEdit Method
May 02, 2013
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.