csharp
public readonly record struct VideoPlayerOptionsHow to set a player up.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Every field is a default that is right for a cutscene, which is the ordinary case.
Fields and properties (3)
public int QueueCapacityHow many decoded frames to keep ahead of the clock.
public bool UseDecodeThreadWhether the player runs its own decode thread.
public bool LoopWhether the video starts again when it ends.
Methods (1)
public VideoPlayerOptions()How to set a player up.
Used by (8)
- VideoGameVideoPlayback
- AudioMasterClockTestsVixen.Video.Tests
- VideoPlaybackVixen.Video
- VideoPlaybackOptionsVixen.Video
- VideoPlayerVixen.Video
- VideoPlayerTestsVixen.Video.Tests
- VideoSystemTestsVixen.Video.Tests
- VideoTextureTestsVixen.Video.Tests