Class FilmChunk
Metadata for an individual game film chunk.
Inheritance
System.Object
FilmChunk
Namespace: Den.Dev.Grunt.Models.HaloInfinite
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class FilmChunk
Constructors
| Name | Description |
|---|---|
| FilmChunk() |
Properties
| Name | Description |
|---|---|
| ChunkSize | Gets or sets the chunk size. |
| ChunkStartTimeOffsetMilliseconds | Gets or sets the offsets in milliseconds for the film chunk start. |
| ChunkType | Gets or sets the chunk type. |
| DurationMilliseconds | Gets or sets the film chunk duration in milliseconds. |
| FileRelativePath | Gets or sets the relative file path for the film chunk. |
| Index | Gets or sets the film chunk index. |