File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
stream-webrtc-android/src/main/java/org/webrtc/audio Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -373,8 +373,8 @@ public static boolean isBuiltInNoiseSuppressorSupported() {
373373
374374 private final Context context ;
375375 private final AudioManager audioManager ;
376- private final WebRtcAudioRecord audioInput ;
377- private final WebRtcAudioTrack audioOutput ;
376+ public final WebRtcAudioRecord audioInput ;
377+ public final WebRtcAudioTrack audioOutput ;
378378 private final int inputSampleRate ;
379379 private final int outputSampleRate ;
380380 private final boolean useStereoInput ;
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ class WebRtcAudioTrack {
6262
6363 private ByteBuffer byteBuffer ;
6464
65- private @ Nullable final AudioAttributes audioAttributes ;
65+ public @ Nullable AudioAttributes audioAttributes ;
6666 private @ Nullable AudioTrack audioTrack ;
6767 private @ Nullable AudioTrackThread audioThread ;
6868 private final VolumeLogger volumeLogger ;
You can’t perform that action at this time.
0 commit comments