Vixen
02b45cc4
csharp
public readonly record struct VideoPlayerOptions

How 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 QueueCapacity

    How many decoded frames to keep ahead of the clock.

  • public bool UseDecodeThread

    Whether the player runs its own decode thread.

  • public bool Loop

    Whether 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