Ignore:
Timestamp:
Apr 27, 2006 10:37:08 PM (18 years ago)
Author:
bennylp
Message:

Initial support for stereo codecs, and added L16 codecs. Also better handling for case remote media is restarted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/recfile.c

    r361 r412  
    105105 
    106106    /* Create WAVE file writer port. */ 
    107     status = pjmedia_file_writer_port_create( pool, argv[1], 
     107    status = pjmedia_wav_writer_port_create( pool, argv[1], 
    108108                                              CLOCK_RATE, 
    109109                                              NCHANNELS, 
     
    121121                 pool,                              /* pool                 */ 
    122122                 -1,                                /* use default dev.     */ 
    123                  file_port->info.sample_rate,       /* clock rate.          */ 
     123                 file_port->info.clock_rate,        /* clock rate.          */ 
    124124                 file_port->info.channel_count,     /* # of channels.       */ 
    125125                 file_port->info.samples_per_frame, /* samples per frame.   */ 
Note: See TracChangeset for help on using the changeset viewer.