Ignore:
Timestamp:
Feb 23, 2006 2:09:10 AM (18 years ago)
Author:
bennylp
Message:

Added support for playing WAV file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/errno.c

    r215 r222  
    113113    { PJMEDIA_ENCBITS,              "Media ports have incompatible bits per sample" }, 
    114114    { PJMEDIA_ENCBYTES,             "Media ports have incompatible bytes per frame" }, 
     115 
     116    /* Media file errors: */ 
     117    { PJMEDIA_ENOTVALIDWAVE,        "Not a valid WAVE file" }, 
     118    { PJMEDIA_EWAVEUNSUPP,          "Unsupported WAVE file format" }, 
     119    { PJMEDIA_EWAVETOOSHORT,        "WAVE file too short" }, 
    115120}; 
    116121 
Note: See TracChangeset for help on using the changeset viewer.