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.

Namespace:  Microsoft.Phone.BackgroundAudio
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Sub EndEdit
public void EndEdit()

Implements

IEditableObject..::.EndEdit()()()

Exceptions

Exception Condition
InvalidOperationException

Thrown if any non-UI property is changed, such as the URI, but the system has already begun processing the track.

Remarks

The call is ignored if the AudioTrack is not currently in edit mode.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

AudioTrack Class

Microsoft.Phone.BackgroundAudio Namespace