Changeset 4727:847c8dc4ade2 in roaraudio for doc/new-cmds


Ignore:
Timestamp:
01/19/11 12:41:33 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added codec consts for AUTLAW and MUUTLAW

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/new-cmds

    r4726 r4727  
    269269!SECTIONEND 
    270270!SECTION: Codecs 
    271 +AUTLAW  = NEEDS_CONST 
    272 +MUUTLAW = NEEDS_CONST 
     271+AUTLAW_LE  = 0x31 
     272+AUTLAW_BE  = 0x32 
     273+AUTLAW     = AUTLAW_BE 
     274+MUUTLAW_LE = 0x35 
     275+MUUTLAW_BE = 0x36 
     276+MUUTLAW    = MUUTLAW_BE 
    273277!SECTIONEND 
    274278!SECTION: Network 
Note: See TracChangeset for help on using the changeset viewer.