Vixen
02b45cc4
csharp
public enum VideoPlaybackState

What a player is doing.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • Stopped

    Not playing, and positioned at the start.

  • Playing

    Running.

  • Paused

    Holding a frame, and will resume where it stopped.

  • Ended

    The video finished and is not looping.

Used by (5)

  • VideoPlaybackInfoVixen.Video
  • VideoPlaybackTestsVixen.Video.Tests
  • VideoPlayerVixen.Video
  • VideoPlayerTestsVixen.Video.Tests
  • VideoSystemTestsVixen.Video.Tests