VLSI Solution Oy VS1103 VLSI Solution Karaoke, MIDI and ADPCM Player Source Code Documentation

Main Page | Class List | File List | Class Members | File Members | Related Pages

fragmentEntry Struct Reference

Fragment Table. More...

#include <filesys.h>

List of all members.

Public Attributes

unsigned long start
 Starting sector of fragment.
unsigned long length
 Length of fragment in sectors.


Detailed Description

Fragment Table.

Maximum fragment size is (4G-1 sectors)

Definition at line 46 of file filesys.c.


Member Data Documentation

unsigned long fragmentEntry::length
 

Length of fragment in sectors.

Definition at line 27 of file filesys.h.

Referenced by BuildFragmentTable(), PlayerTaskHandler(), SelectMidiFile(), SelectRecordFile(), and SelectWaveFile().

unsigned long fragmentEntry::start
 

Starting sector of fragment.

Definition at line 26 of file filesys.h.

Referenced by BuildFragmentTable(), PlayerTaskHandler(), SelectMidiFile(), SelectRecordFile(), and SelectWaveFile().


The documentation for this struct was generated from the following files:
All software copyright 2000-2004 VLSI Solution OY. Redistribution of these software modules is limited to VLSI Solution Oy chip promotional use only. Free or commercial use of these software modules in MP3 players is ok if the product includes chip(s) from VLSI. You can request the complete (compilable) package from mp3@vlsi.fi. This exampe code is provided with good faith to assist You in code development, but under no circumstances will VLSI offer any guarantees on the usability or functionality of any example software or its fitness for any purpose.