Method GetCodeBookFragmentIndex
GetCodeBookFragmentIndex(ref CodeBook, TimeIndex)
Retrieve fragment index inside codebook that is associated to a time index
Declaration
public int GetCodeBookFragmentIndex(ref Binary.CodeBook codeBook, TimeIndex timeIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| Binary.CodeBook | codeBook | |
| TimeIndex | timeIndex |
Returns
| Type | Description |
|---|---|
| int | Returns -1 if the time index isn't covered by the codebook |