This topic has not yet been rated - Rate this topic

SaveRingtoneTask Class

July 26, 2012

Enables an application to launch the ringtones application. Use the SaveRingtoneTask to allow users to save a ringtone from your application to the system ringtones list.

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
public sealed class SaveRingtoneTask : ChooserBase<TaskEventArgs>
<SaveRingtoneTask .../>

The SaveRingtoneTask type exposes the following members.

  NameDescription
Public methodSaveRingtoneTaskInitializes a new instance of the SaveRingtoneTask class.
Top
  NameDescription
Public propertyDisplayNameName used to identify the ringtone in the picker.
Public propertyIsShareableFlag that indicates whether the ringtone should be accessible to other applications.
Public propertySourceFile path to the local copy of the audio file to be added to the ringtone directory.
Public propertyTaskEventArgsThe EventArgs for the Completed event. (Inherited from ChooserBase<TTaskEventArgs>.)
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodFireCompletedRaises the Completed event. (Inherited from ChooserBase<TTaskEventArgs>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodShowShows the ringtones application. (Overrides ChooserBase<TTaskEventArgs>.Show().)
Public methodToString (Inherited from Object.)
Top
  NameDescription
Public eventCompletedOccurs when a Chooser task is completed. (Inherited from ChooserBase<TTaskEventArgs>.)
Top
Important noteImportant Note:
  • Ringtone files must be of type MP3 or WMA.

  • Ringtone files must be less than 40 seconds in length.

  • Ringtone files must not have digital rights management (DRM) protection.

  • Ringtone files must be less than 1 MB in size.

For more information, see the Ringtones sample on the Code Samples for Windows Phone page. Also see How to: Use the Save Ringtone Task for Windows Phone for an example of using the SaveRingtoneTask.

Windows Phone OS

Supported in: 7.1

Windows Phone

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.