FFmpeg  4.4
Macros | Enumerations
gsm.h File Reference

Go to the source code of this file.

Macros

#define GSM_BLOCK_SIZE   33
 
#define GSM_MS_BLOCK_SIZE   65
 
#define MSN_MIN_BLOCK_SIZE   41
 
#define GSM_FRAME_SIZE   160
 

Enumerations

enum  GSMModes {
  GSM_13000 = 0 , MSN_12400 , MSN_11800 , MSN_11200 ,
  MSN_10600 , MSN_10000 , MSN_9400 , MSN_8800 ,
  MSN_8200 , NUM_GSM_MODES
}
 

Macro Definition Documentation

◆ GSM_BLOCK_SIZE

#define GSM_BLOCK_SIZE   33

Definition at line 25 of file gsm.h.

◆ GSM_MS_BLOCK_SIZE

#define GSM_MS_BLOCK_SIZE   65

Definition at line 26 of file gsm.h.

◆ MSN_MIN_BLOCK_SIZE

#define MSN_MIN_BLOCK_SIZE   41

Definition at line 27 of file gsm.h.

◆ GSM_FRAME_SIZE

#define GSM_FRAME_SIZE   160

Definition at line 30 of file gsm.h.

Enumeration Type Documentation

◆ GSMModes

enum GSMModes
Enumerator
GSM_13000 
MSN_12400 
MSN_11800 
MSN_11200 
MSN_10600 
MSN_10000 
MSN_9400 
MSN_8800 
MSN_8200 
NUM_GSM_MODES 

Definition at line 32 of file gsm.h.