This topic has not yet been rated Rate this topic

SaveRingtoneTask Class

Windows Phone

January 13, 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.

System.Object
  Microsoft.Phone.Tasks.ChooserBase(Of TaskEventArgs)
    Microsoft.Phone.Tasks.SaveRingtoneTask

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.

  Name Description
Public method SaveRingtoneTask Initializes a new instance of the SaveRingtoneTask class.
Top
  Name Description
Public property DisplayName Name used to identify the ringtone in the picker.
Public property IsShareable Flag that indicates whether the ringtone should be accessible to other applications.
Public property Source File path to the local copy of the audio file to be added to the ringtone directory.
Public property TaskEventArgs The EventArgs for the Completed event. (Inherited from ChooserBase(Of TTaskEventArgs).)
Top
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method FireCompleted Raises the Completed event. (Inherited from ChooserBase(Of TTaskEventArgs).)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Show Shows the ringtones application. (Overrides ChooserBase(Of TTaskEventArgs).Show.)
Public method ToString (Inherited from Object.)
Top
  Name Description
Public event Completed Occurs when a Chooser task is completed. (Inherited from ChooserBase(Of TTaskEventArgs).)
Top
Important note Important 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)