Loading media/java/android/media/AudioDescriptor.java +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ public class AudioDescriptor implements Parcelable { * When encapsulation is required, only playback with {@link android.media.AudioTrack} API is * supported. But playback with {@link android.media.MediaPlayer} is not. * When an encapsulation type is required, the {@link AudioFormat} encoding selected when * creating the {@link AudioTrack} must match the encapsulation type, e.g * creating the {@link AudioTrack} must match the encapsulation type, e.g. * AudioFormat#ENCODING_IEC61937 for AudioProfile.AUDIO_ENCAPSULATION_TYPE_IEC61937. * * @return an integer representing the encapsulation type Loading media/java/android/media/AudioManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -3460,7 +3460,7 @@ public class AudioManager { /* modes for setMode/getMode/setRoute/getRoute */ /** * Audio harware modes. * Audio hardware modes. */ /** * Invalid audio mode. Loading Loading
media/java/android/media/AudioDescriptor.java +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ public class AudioDescriptor implements Parcelable { * When encapsulation is required, only playback with {@link android.media.AudioTrack} API is * supported. But playback with {@link android.media.MediaPlayer} is not. * When an encapsulation type is required, the {@link AudioFormat} encoding selected when * creating the {@link AudioTrack} must match the encapsulation type, e.g * creating the {@link AudioTrack} must match the encapsulation type, e.g. * AudioFormat#ENCODING_IEC61937 for AudioProfile.AUDIO_ENCAPSULATION_TYPE_IEC61937. * * @return an integer representing the encapsulation type Loading
media/java/android/media/AudioManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -3460,7 +3460,7 @@ public class AudioManager { /* modes for setMode/getMode/setRoute/getRoute */ /** * Audio harware modes. * Audio hardware modes. */ /** * Invalid audio mode. Loading