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

Inheritance: RawPart
Datei anzeigen Open project: leetreveil/Zune-Social-Tagger Class Usage Examples

Public Methods

Method Description
GuidPart ( string name, System.Guid guid ) : System
GuidPart ( string name, byte content ) : System
Render ( ) : byte[]

Method Details

GuidPart() public method

public GuidPart ( string name, System.Guid guid ) : System
name string
guid System.Guid
return System

GuidPart() public method

public GuidPart ( string name, byte content ) : System
name string
content byte
return System

Render() public method

public Render ( ) : byte[]
return byte[]