C# Class ZuneSocialTagger.Core.IO.Mp4Tagger.ZuneMp4TagContainer

Inheritance: BaseZuneTagContainer
Datei anzeigen Open project: leetreveil/Zune-Social-Tagger

Public Methods

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

Private Methods

Method Description
GetParts ( ) : IEnumerable
GetUdataBox ( ) : TagLib.Mpeg4.IsoUserDataBox
UpdateXtraBox ( IEnumerable parts ) : void

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

ZuneMp4TagContainer() public method

public ZuneMp4TagContainer ( File file ) : System
file TagLib.File
return System