Ignore:
Timestamp:
Dec 10, 2010 11:04:30 AM (13 years ago)
Author:
bennylp
Message:

Migration of current video works from private repository to this repository. This closed #1176

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjsip-apps/src/samples/recfile.c

    r2408 r3392  
    135135                 pool,                              /* pool                 */ 
    136136                 -1,                                /* use default dev.     */ 
    137                  file_port->info.clock_rate,        /* clock rate.          */ 
    138                  file_port->info.channel_count,     /* # of channels.       */ 
    139                  file_port->info.samples_per_frame, /* samples per frame.   */ 
    140                  file_port->info.bits_per_sample,   /* bits per sample.     */ 
     137                 PJMEDIA_PIA_SRATE(&file_port->info),/* clock rate.         */ 
     138                 PJMEDIA_PIA_CCNT(&file_port->info),/* # of channels.       */ 
     139                 PJMEDIA_PIA_SPF(&file_port->info), /* samples per frame.   */ 
     140                 PJMEDIA_PIA_BITS(&file_port->info),/* bits per sample.     */ 
    141141                 0,                                 /* options              */ 
    142142                 &snd_port                          /* returned port        */ 
Note: See TracChangeset for help on using the changeset viewer.