Changeset 2469 for pjproject/branches/projects/aps-direct/pjmedia/include/pjmedia-audiodev/audiodev_imp.h
- Timestamp:
- Feb 22, 2009 12:00:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/aps-direct/pjmedia/include/pjmedia-audiodev/audiodev_imp.h
r2468 r2469 101 101 struct pjmedia_aud_dev_factory 102 102 { 103 /** Internal data to be initialized by the framework. */103 /** Internal data to be initialized by audio subsystem. */ 104 104 struct { 105 unsigned id; 106 } internal; 105 /** Driver index */ 106 unsigned drv_idx; 107 } sys; 107 108 108 109 /** Operations */ … … 159 160 struct pjmedia_aud_stream 160 161 { 161 /** Factory id (internal) */ 162 unsigned factory_id; 162 /** Internal data to be initialized by audio subsystem */ 163 struct { 164 /** Driver index */ 165 unsigned drv_idx; 166 } sys; 163 167 164 168 /** Operations */
Note: See TracChangeset
for help on using the changeset viewer.