C# Class ZuneSocialTagger.Core.IO.ID3Tagger.ZuneMP3TagContainer

Updates a pre-existing TagContainer with new zune PRIV tags
Inheritance: IZuneTagContainer
Datei anzeigen Open project: leetreveil/Zune-Social-Tagger

Public Methods

Method Description
AddZuneAttribute ( ZuneAttribute zuneAttribute ) : void
RemoveZuneAttribute ( string name ) : void
ZuneMP3TagContainer ( File file ) : System

Method Details

AddZuneAttribute() public method

public AddZuneAttribute ( ZuneAttribute zuneAttribute ) : void
zuneAttribute ZuneAttribute
return void

RemoveZuneAttribute() public method

public RemoveZuneAttribute ( string name ) : void
name string
return void

ZuneMP3TagContainer() public method

public ZuneMP3TagContainer ( File file ) : System
file File
return System