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

Reads / creates the zune Xtra part which the zune software creates inside of the .mp4 file
Datei anzeigen Open project: leetreveil/Zune-Social-Tagger

Public Methods

Method Description
ConstructRawData ( IEnumerable parts ) : byte[]
ParseRawData ( byte atomContents ) : IEnumerable

Private Methods

Method Description
getPartName ( BinaryReader reader, long length ) : string

The atom name is always 4 bytes long and is a string

isGuidPart ( byte partData ) : bool
readInt ( BinaryReader reader ) : int
readShort ( BinaryReader reader ) : short

Method Details

ConstructRawData() public static method

public static ConstructRawData ( IEnumerable parts ) : byte[]
parts IEnumerable
return byte[]

ParseRawData() public static method

public static ParseRawData ( byte atomContents ) : IEnumerable
atomContents byte
return IEnumerable