C# 클래스 Banshee.Playlists.Formats.M3uPlaylistFormat

상속: PlaylistFormatBase
파일 보기 프로젝트 열기: mono-soc-2011/banshee

공개 프로퍼티들

프로퍼티 타입 설명
FormatDescription Banshee.Playlists.Formats.PlaylistFormatDescription

공개 메소드들

메소드 설명
Load ( StreamReader reader, bool validateHeader ) : void
M3uPlaylistFormat ( ) : System
MagicHandler ( StreamReader reader ) : bool
Save ( Stream stream, ITrackModelSource source ) : void

비공개 메소드들

메소드 설명
ParseExtended ( object>.Dictionary element, string line ) : void

메소드 상세

Load() 공개 메소드

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

M3uPlaylistFormat() 공개 메소드

public M3uPlaylistFormat ( ) : System
리턴 System

MagicHandler() 공개 정적인 메소드

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

Save() 공개 메소드

public Save ( Stream stream, ITrackModelSource source ) : void
stream Stream
source ITrackModelSource
리턴 void

프로퍼티 상세

FormatDescription 공개적으로 정적으로 프로퍼티

public static PlaylistFormatDescription,Banshee.Playlists.Formats FormatDescription
리턴 Banshee.Playlists.Formats.PlaylistFormatDescription