Changeset 645 for pjproject/trunk/pjmedia/src/pjmedia/pasound.c
- Timestamp:
- Aug 4, 2006 11:06:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/pasound.c
r582 r645 96 96 97 97 status = (*stream->rec_cb)(stream->user_data, stream->timestamp, 98 input, frameCount * stream->bytes_per_sample * 99 stream->channel_count); 98 (void*)input, 99 frameCount * stream->bytes_per_sample * 100 stream->channel_count); 100 101 101 102 if (status==0)
Note: See TracChangeset
for help on using the changeset viewer.