Skip to content

Commit

Permalink
Updated the comments related to useLazyPreparation in ConcatenatingAu…
Browse files Browse the repository at this point in the history
…dioSource
  • Loading branch information
Gyugyu94 authored May 27, 2024
1 parent 74f5521 commit 928bb66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions just_audio/lib/just_audio.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2523,8 +2523,8 @@ class ConcatenatingAudioSource extends AudioSource {

/// Creates a [ConcatenatingAudioSorce] with the specified [children]. If
/// [useLazyPreparation] is `true`, children will be loaded/buffered as late
/// as possible before needed for playback (currently supported on Android
/// only). When [AudioPlayer.shuffleModeEnabled] is `true`, [shuffleOrder]
/// as possible before needed for playback (currently supported on Android,
/// iOS, MacOS). When [AudioPlayer.shuffleModeEnabled] is `true`, [shuffleOrder]
/// will be used to determine the playback order (defaulting to
/// [DefaultShuffleOrder]).
ConcatenatingAudioSource({
Expand Down

0 comments on commit 928bb66

Please sign in to comment.