Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

FlashMP3Encoder.cpp File Reference

#include "FSound.h"
#include "FlashMP3Encoder.h"
#include <stdio.h>
#include <iostream>

Variables

const int vertab [4] = {2,3,1,0}
const int freqtab [4] = {44100,48000,32000}
const int ratetab [2][3][16]

Variable Documentation

const int freqtab[4] = {44100,48000,32000} [static]
 

const int ratetab[2][3][16] [static]
 

Initial value:

 {
   {
     {  0, 32, 64,
 96,128,160,192,224,256,288,320,352,384,416,448,  0},
     {  0, 32, 48, 56, 64, 80,
 96,112,128,160,192,224,256,320,384,  0},
     {  0, 32, 40, 48, 56, 64, 80,
 96,112,128,160,192,224,256,320,  0},
   },
   {
     {  0, 32, 48, 56, 64, 80,
 96,112,128,144,160,176,192,224,256,  0},
     {  0,  8, 16, 24, 32, 40, 48, 56, 64, 80,
 96,112,128,144,160,  0},
     {  0,  8, 16, 24, 32, 40, 48, 56, 64, 80,
 96,112,128,144,160,  0},
   },
 }

const int vertab[4] = {2,3,1,0} [static]
 


Generated at Wed Aug 1 13:33:52 2001 for SWFSource by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001