- Timestamp:
- Oct 11, 2006 1:40:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/nullsound.c
r371 r761 131 131 } 132 132 133 PJ_DEF(pj_status_t) pjmedia_snd_stream_get_info(pjmedia_snd_stream *strm, 134 pjmedia_snd_stream_info *pi) 135 { 136 137 PJ_ASSERT_RETURN(strm && pi, PJ_EINVAL); 138 return PJ_EINVALIDOP; 139 } 140 141 133 142 PJ_DEF(pj_status_t) pjmedia_snd_stream_close(pjmedia_snd_stream *stream) 134 143 {
Note: See TracChangeset
for help on using the changeset viewer.