C# 클래스 ZuneSocialTagger.Core.IO.Mp4Tagger.ZuneMp4TagContainer

상속: BaseZuneTagContainer
파일 보기 프로젝트 열기: leetreveil/Zune-Social-Tagger

공개 메소드들

메소드 설명
AddZuneAttribute ( ZuneAttribute zuneAttribute ) : void
RemoveZuneAttribute ( string name ) : void
ZuneMp4TagContainer ( File file ) : System

비공개 메소드들

메소드 설명
GetParts ( ) : IEnumerable
GetUdataBox ( ) : TagLib.Mpeg4.IsoUserDataBox
UpdateXtraBox ( IEnumerable parts ) : void

메소드 상세

AddZuneAttribute() 공개 메소드

public AddZuneAttribute ( ZuneAttribute zuneAttribute ) : void
zuneAttribute ZuneAttribute
리턴 void

RemoveZuneAttribute() 공개 메소드

public RemoveZuneAttribute ( string name ) : void
name string
리턴 void

ZuneMp4TagContainer() 공개 메소드

public ZuneMp4TagContainer ( File file ) : System
file TagLib.File
리턴 System