Improve setAudioSource doc comment.
This commit is contained in:
parent
98034cb584
commit
3e8ea3692c
|
@ -513,10 +513,10 @@ class AudioPlayer {
|
||||||
/// By default, this method will immediately start loading audio and return
|
/// By default, this method will immediately start loading audio and return
|
||||||
/// its duration as soon as it is known, or `null` if that information is
|
/// its duration as soon as it is known, or `null` if that information is
|
||||||
/// unavailable. Set [preload] to `false` if you would prefer to delay loading
|
/// unavailable. Set [preload] to `false` if you would prefer to delay loading
|
||||||
/// until some later point, via an explicit call to [load]. If [preload] is
|
/// until some later point, either via an explicit call to [load] or via a
|
||||||
/// `false`, a `null` duration will be returned. Note that the [preload]
|
/// call to [play] which implicitly loads the audio. If [preload] is `false`,
|
||||||
/// option will automatically be assumed as `true` if `playing` is currently
|
/// a `null` duration will be returned. Note that the [preload] option will
|
||||||
/// `true`.
|
/// automatically be assumed as `true` if `playing` is currently `true`.
|
||||||
///
|
///
|
||||||
/// Optionally specify [initialPosition] and [initialIndex] to seek to an
|
/// Optionally specify [initialPosition] and [initialIndex] to seek to an
|
||||||
/// initial position within a particular item (defaulting to position zero of
|
/// initial position within a particular item (defaulting to position zero of
|
||||||
|
|
Loading…
Reference in New Issue