C# Class Banshee.Playlists.Formats.M3uPlaylistFormat

Inheritance: PlaylistFormatBase
Afficher le fichier Open project: mono-soc-2011/banshee

Méthodes publiques

Свойство Type Description
FormatDescription Banshee.Playlists.Formats.PlaylistFormatDescription

Méthodes publiques

Méthode Description
Load ( StreamReader reader, bool validateHeader ) : void
M3uPlaylistFormat ( ) : System
MagicHandler ( StreamReader reader ) : bool
Save ( Stream stream, ITrackModelSource source ) : void

Private Methods

Méthode Description
ParseExtended ( object>.Dictionary element, string line ) : void

Method Details

Load() public méthode

public Load ( StreamReader reader, bool validateHeader ) : void
reader System.IO.StreamReader
validateHeader bool
Résultat void

M3uPlaylistFormat() public méthode

public M3uPlaylistFormat ( ) : System
Résultat System

MagicHandler() public static méthode

public static MagicHandler ( StreamReader reader ) : bool
reader System.IO.StreamReader
Résultat bool

Save() public méthode

public Save ( Stream stream, ITrackModelSource source ) : void
stream Stream
source ITrackModelSource
Résultat void

Property Details

FormatDescription public_oe static_oe property

public static PlaylistFormatDescription,Banshee.Playlists.Formats FormatDescription
Résultat Banshee.Playlists.Formats.PlaylistFormatDescription