Banshee.Playlists.Formats.PlaylistFormatBase.Save C# (CSharp) Method

Save() public abstract method

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