Loading media/libaaudio/src/legacy/AudioStreamRecord.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ aaudio_result_t AudioStreamRecord::open(const AudioStreamBuilder& builder) .content_type = contentType, .usage = AUDIO_USAGE_UNKNOWN, // only used for output .source = source, .flags = flags, // If attributes are set then the other flags parameter is ignored. .flags = AUDIO_FLAG_NONE, // Different than the AUDIO_INPUT_FLAGS .tags = "" }; Loading media/libaaudio/src/legacy/AudioStreamTrack.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ #include <media/AudioTrack.h> #include <aaudio/AAudio.h> #include <system/audio.h> #include "utility/AudioClock.h" #include "legacy/AudioStreamLegacy.h" #include "legacy/AudioStreamTrack.h" Loading Loading @@ -130,7 +131,7 @@ aaudio_result_t AudioStreamTrack::open(const AudioStreamBuilder& builder) .content_type = contentType, .usage = usage, .source = AUDIO_SOURCE_DEFAULT, // only used for recording .flags = flags, // If attributes are set then the other flags parameter is ignored. .flags = AUDIO_FLAG_NONE, // Different than the AUDIO_OUTPUT_FLAGS .tags = "" }; Loading Loading
media/libaaudio/src/legacy/AudioStreamRecord.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ aaudio_result_t AudioStreamRecord::open(const AudioStreamBuilder& builder) .content_type = contentType, .usage = AUDIO_USAGE_UNKNOWN, // only used for output .source = source, .flags = flags, // If attributes are set then the other flags parameter is ignored. .flags = AUDIO_FLAG_NONE, // Different than the AUDIO_INPUT_FLAGS .tags = "" }; Loading
media/libaaudio/src/legacy/AudioStreamTrack.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ #include <media/AudioTrack.h> #include <aaudio/AAudio.h> #include <system/audio.h> #include "utility/AudioClock.h" #include "legacy/AudioStreamLegacy.h" #include "legacy/AudioStreamTrack.h" Loading Loading @@ -130,7 +131,7 @@ aaudio_result_t AudioStreamTrack::open(const AudioStreamBuilder& builder) .content_type = contentType, .usage = usage, .source = AUDIO_SOURCE_DEFAULT, // only used for recording .flags = flags, // If attributes are set then the other flags parameter is ignored. .flags = AUDIO_FLAG_NONE, // Different than the AUDIO_OUTPUT_FLAGS .tags = "" }; Loading