AudioTrack.BeginEdit Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Sets the track object into edit mode.

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

Syntax

Public Sub BeginEdit
public void BeginEdit()

Implements

IEditableObject..::.BeginEdit()()()

Remarks

Track objects can have their properties changed only while in edit mode. The call is ignored if the object is already 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