Changeset 4250
- Timestamp:
- Sep 10, 2012 10:58:08 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/android/pjmedia/src/pjmedia-audiodev/opensl_dev.c
r4226 r4250 520 520 SL_IID_ANDROIDCONFIGURATION}; 521 521 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, 522 SL_BOOLEAN_ FALSE};522 SL_BOOLEAN_TRUE}; 523 523 SLAndroidConfigurationItf playerConfig; 524 524 SLint32 streamType = SL_ANDROID_STREAM_VOICE; … … 618 618 const SLInterfaceID ids[2] = {W_SL_IID_BUFFERQUEUE, 619 619 SL_IID_ANDROIDCONFIGURATION}; 620 const SLboolean req[2] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_ FALSE};620 const SLboolean req[2] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; 621 621 SLAndroidConfigurationItf recorderConfig; 622 622 #else
Note: See TracChangeset
for help on using the changeset viewer.