mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix annotation position and clarify javadoc
This commit is contained in:
parent
f9f3e67ee2
commit
41430aaa0c
1 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ public final class InitializationChunk extends Chunk {
|
||||||
private final ChunkExtractor chunkExtractor;
|
private final ChunkExtractor chunkExtractor;
|
||||||
|
|
||||||
private @MonotonicNonNull TrackOutputProvider trackOutputProvider;
|
private @MonotonicNonNull TrackOutputProvider trackOutputProvider;
|
||||||
private @Nullable ChunkIndex chunkIndex;
|
@Nullable private ChunkIndex chunkIndex;
|
||||||
private long nextLoadPosition;
|
private long nextLoadPosition;
|
||||||
private volatile boolean loadCanceled;
|
private volatile boolean loadCanceled;
|
||||||
|
|
||||||
|
|
@ -114,8 +114,8 @@ public final class InitializationChunk extends Chunk {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the {@link ChunkIndex} most recently obtained from the initialization chunk in the
|
* Returns the {@link ChunkIndex} obtained from the initialization chunk, or null if a {@link
|
||||||
* most recent {@link #load()}, or null if a {@link ChunkIndex} has not been obtained.
|
* ChunkIndex} has not been obtained.
|
||||||
*/
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
public ChunkIndex getChunkIndex() {
|
public ChunkIndex getChunkIndex() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue