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/playfile.c

    r2408 r3392  
    140140                 pool,                              /* pool                 */ 
    141141                 -1,                                /* use default dev.     */ 
    142                  file_port->info.clock_rate,        /* clock rate.          */ 
    143                  file_port->info.channel_count,     /* # of channels.       */ 
    144                  file_port->info.samples_per_frame, /* samples per frame.   */ 
    145                  file_port->info.bits_per_sample,   /* bits per sample.     */ 
     142                 PJMEDIA_PIA_SRATE(&file_port->info),/* clock rate.         */ 
     143                 PJMEDIA_PIA_CCNT(&file_port->info),/* # of channels.       */ 
     144                 PJMEDIA_PIA_SPF(&file_port->info), /* samples per frame.   */ 
     145                 PJMEDIA_PIA_BITS(&file_port->info),/* bits per sample.     */ 
    146146                 0,                                 /* options              */ 
    147147                 &snd_port                          /* returned port        */ 
Note: See TracChangeset for help on using the changeset viewer.