Class G711 {ANSI C++} derived from: Codec

Parent PackageCodecsAbstractNo
Export ControlPublicAccessLink Class forNone
Class KindNormalClassCardinalityn
Space ConcurrencySequential
PersistenceNo  


Assigned ComponentsNAL


Operations
NameSignatureClass
decodevoid <<virtual>> decode (unsigned char * inbuf, unsigned short * outbuf, int & length)G711
encodevoid <<virtual>> encode (unsigned short * inbuf, unsigned char * outbuf, int & length)G711
G711 G711 ()G711
searchAEndshort <<static>> searchAEnd (short val)G711
searchUEndshort <<static>> searchUEnd (short val)G711
searchshort <<static>> search (short val, short * table)G711
linear2alawunsigned char <<static>> linear2alaw (short pcm_val)G711
alaw2linearshort <<static>> alaw2linear (unsigned char a_val)G711
linear2ulawunsigned char <<static>> linear2ulaw (short pcm_val)G711
ulaw2linearshort <<static>> ulaw2linear (unsigned char u_val)G711
resetStatevoid <<virtual>> resetState ()G711
encodevoid <<abstract>> encode (unsigned short * inbuf, unsigned char * outbuf, int & length)Codec
decodevoid <<abstract>> decode (unsigned char * inbuf, unsigned short * outbuf, int & length)Codec
getSupportedFormatsconst CodecFormatList & <<virtual>> getSupportedFormats ()Codec
setCodecFormatvoid <<virtual>> setCodecFormat (CodecFormat& codecFormat)Codec
Codec Codec ()Codec
~Codec ~Codec ()Codec
resetStatevoid <<abstract>> resetState ()Codec
getCodecFormatCodecFormat<<virtual>> getCodecFormat ()Codec


Attributes
NameClassTypeInitial Value
u2aG711unsigned char[128]{ 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 29, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128 }
a2uG711unsigned char[128]{ 1, 3, 5, 7, 9, 11, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 32, 33, 33, 34, 34, 35, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 48, 49, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127 }
seg_aendG711short[TABLE_SIZE]{0x1F, 0x3F, 0x7F, 0xFF, 0x1FF, 0x3FF, 0x7FF, 0xFFF}
seg_uendG711short[TABLE_SIZE]{0x3F, 0x7F, 0xFF, 0x1FF, 0x3FF, 0x7FF, 0xFFF, 0x1FFF}
mulawtolinG711short[256] 
lintomulawG711unsigned char[65536] 
alawtolinG711short[256] 
lintoalawG711unsigned char[8192] 


Associations
NameMy RoleMy ClassOther RoleOther Element
--Not Named----Not Named--CodeccodecFormatCodecFormat
--Not Named----Not Named--CodeccodecStateCodecState
--Not Named----Not Named--CodecformatlistCodecFormatList


Generalization Relationships
NameClassSupplier
--Not Named--G711Codec



Property Settings

Data Modeler
dmItemFalseDMName 
IsTableFalseIsViewFalse
IsDomainFalseIsSPPackageFalse
Synonymns TableSpace 
SourceId SourceType 
SelectClause IsUpdatableFalse
CheckOption0PersistToServer 


ANSI C++
HeaderSourceFileCodecs\g711.hBodySourceFileCodecs\g711.cpp
SynchronizeTrueCodeName 
ImplementationType