Method Create
Create(int, int)
Creates a time index from a segment and frame index.
Declaration
public static TimeIndex Create(int segmentIndex, int frameIndex = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| int | segmentIndex | The segment index that the time index should refer to. |
| int | frameIndex | The segment-relative frame index that the time index should refer to. |
Returns
| Type | Description |
|---|---|
| TimeIndex |