Class CustomFilmData
Custom data associated with a post-match film.
Inheritance
System.Object
CustomFilmData
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 CustomFilmData
Constructors
| Name | Description |
|---|---|
| CustomFilmData() |
Properties
| Name | Description |
|---|---|
| Chunks | Gets or sets the list of film chunks. |
| FilmLength | Gets or sets the film length. |
| FilmMajorVersion | Gets or sets the major film version. |
| HasGameEnded | Gets or sets whether the game associated with the film has ended. |
| ManifestRefreshSeconds | Gets or sets the manifest refresh rate, in seconds. |
| MatchId | Gets or sets the match ID. |