PlaylistEditor Class

Contains methods to manage the contents of a multimedia playlist file.

Definition

Namespace: DevCase.Core.Media.Sound
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public sealed class PlaylistEditor
Inheritance
Object    PlaylistEditor

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

Constructors

PlaylistEditor Initializes a new instance of the PlaylistEditor class.

Properties

Append Gets a value indicating whether the append mode is activated.
Count Gets the amount of track entries in the playlist.
FileEncoding Gets the playlist file encoding.
FilePath Gets the playlist filepath.
Tracks Gets all the tracks and their extended track information (if any) in the playlist.
Type Gets the playlist type.

Methods

Add(PlaylistTrackInfo, Boolean) Adds a new track entry in the playlist, with extended track information.
Add(String, Boolean) Adds a new track entry in the playlist.
Add(String, String, TimeSpan, Boolean) Adds a new track entry in the playlist, with extended track information.
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Exist(Int32) Determines whether the specified track exists in the playlist.
Exist(String) Determines whether the specified track exists in the playlist.
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetTrack(Int32) Gets the track path and its extended track information (if any) of the specified track index in the playlist.
GetTrack(String) Gets the extended track information (if any) of the specified track in the playlist.
GetType Gets the Type of the current instance.
(Inherited from Object)
Remove(Int32) Removes the specified track entry from the playlist.
Remove(String) Removes the specified track entry from the playlist.
Set(Int32, PlaylistTrackInfo) Sets the extended track info of the specified track.
Set(String, PlaylistTrackInfo) Sets the extended track info of the specified track.
ToString Returns a string that represents the current object.
(Inherited from Object)

Extension Methods

CanConvertTo Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
CanConvertToT Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
ConvertToT Converts an object to the specified target type.

If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions)

ConvertToT Converts an object to the specified target type.

If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions)

IsDisposable Determines whether the specified object is a disposable type (i.e., it implements IDisposable interface).
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
ThrowIfNullTException Throws the specified exception if the source object is null.
(Defined by ObjectExtensions)

See Also