mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix the typo in javadoc
This commit is contained in:
parent
508a1d800d
commit
b303498834
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ public interface MediaSourceEventListener {
|
|||
listener.onDownstreamFormatChanged(windowIndex, mediaPeriodId, mediaLoadData));
|
||||
}
|
||||
|
||||
/** Dispatches to a function that supplies a (@link MediaSourceEventListener} */
|
||||
/** Dispatches to a function that supplies a {@link MediaSourceEventListener}. */
|
||||
public void dispatchEvent(Consumer<MediaSourceEventListener> event) {
|
||||
for (ListenerAndHandler listenerAndHandler : listenerAndHandlers) {
|
||||
MediaSourceEventListener listener = listenerAndHandler.listener;
|
||||
|
|
|
|||
Loading…
Reference in a new issue