File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,9 @@ pub trait AudioScheduledSourceNode: AudioNode {
35
35
/// Register callback to run when the source node has stopped playing
36
36
///
37
37
/// For all [`AudioScheduledSourceNode`]s, the ended event is dispatched when the stop time
38
- /// determined by stop() is reached. For an [`AudioBufferSourceNode`], the event is also
39
- /// dispatched because the duration has been reached or if the entire buffer has been played.
38
+ /// determined by stop() is reached. For an
39
+ /// [`AudioBufferSourceNode`](crate::node::AudioBufferSourceNode), the event is also dispatched
40
+ /// because the duration has been reached or if the entire buffer has been played.
40
41
///
41
42
/// Only a single event handler is active at any time. Calling this method multiple times will
42
43
/// override the previous event handler.
You can’t perform that action at this time.
0 commit comments