Loading include/media/stagefright/AudioSource.h +2 −2 Original line number Diff line number Diff line Loading @@ -54,11 +54,11 @@ private: // After the initial mute, we raise the volume linearly // over kAutoRampDurationUs. kAutoRampDurationUs = 300000, kAutoRampDurationUs = 700000, // This is the initial mute duration to suppress // the video recording signal tone kAutoRampStartUs = 700000, kAutoRampStartUs = 1000000, }; AudioRecord *mRecord; Loading Loading
include/media/stagefright/AudioSource.h +2 −2 Original line number Diff line number Diff line Loading @@ -54,11 +54,11 @@ private: // After the initial mute, we raise the volume linearly // over kAutoRampDurationUs. kAutoRampDurationUs = 300000, kAutoRampDurationUs = 700000, // This is the initial mute duration to suppress // the video recording signal tone kAutoRampStartUs = 700000, kAutoRampStartUs = 1000000, }; AudioRecord *mRecord; Loading