C# Class TagTool.Sounds.RIFX

Big-endian RIFF container.
Afficher le fichier Open project: TheGuardians/TagTool Class Usage Examples

Méthodes publiques

Méthode Description
RIFX ( EndianReader reader, int size ) : System

Loads RIFX data from a stream.

Private Methods

Méthode Description
ReadBlocks ( EndianReader reader, int size ) : void
ReadFormatBlock ( EndianReader reader, int blockSize ) : void
ReadHeader ( EndianReader reader ) : void
ReadSeekOffsets ( EndianReader reader, int blockSize ) : void

Method Details

RIFX() public méthode

Loads RIFX data from a stream.
public RIFX ( EndianReader reader, int size ) : System
reader TagTool.IO.EndianReader The EndianReader to read from.
size int The size of the data to read.
Résultat System