mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Include initialization chunk wording in getChunkIndex method
This commit is contained in:
parent
4a6c5c7598
commit
f9f3e67ee2
1 changed files with 2 additions and 2 deletions
|
|
@ -114,8 +114,8 @@ public final class InitializationChunk extends Chunk {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the {@link ChunkIndex} most recently obtained from the latest {@link #load()}, or null
|
* Returns the {@link ChunkIndex} most recently obtained from the initialization chunk in the
|
||||||
* if a {@link ChunkIndex} has not been obtained.
|
* most recent {@link #load()}, or null if a {@link ChunkIndex} has not been obtained.
|
||||||
*/
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
public ChunkIndex getChunkIndex() {
|
public ChunkIndex getChunkIndex() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue