C# Class Banshee.Playlists.Formats.M3uPlaylistFormat

Inheritance: PlaylistFormatBase
Datei anzeigen Open project: mono-soc-2011/banshee

Public Properties

Property Type Description
FormatDescription Banshee.Playlists.Formats.PlaylistFormatDescription

Public Methods

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

Private Methods

Method Description
ParseExtended ( object>.Dictionary element, string line ) : void

Method Details

Load() public method

public Load ( StreamReader reader, bool validateHeader ) : void
reader System.IO.StreamReader
validateHeader bool
return void

M3uPlaylistFormat() public method

public M3uPlaylistFormat ( ) : System
return System

MagicHandler() public static method

public static MagicHandler ( StreamReader reader ) : bool
reader System.IO.StreamReader
return bool

Save() public method

public Save ( Stream stream, ITrackModelSource source ) : void
stream Stream
source ITrackModelSource
return void

Property Details

FormatDescription public_oe static_oe property

public static PlaylistFormatDescription,Banshee.Playlists.Formats FormatDescription
return Banshee.Playlists.Formats.PlaylistFormatDescription