csharp
public enum VideoPlaybackStateWhat a player is doing.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
StoppedNot playing, and positioned at the start.
PlayingRunning.
PausedHolding a frame, and will resume where it stopped.
EndedThe video finished and is not looping.
Used by (5)
- VideoPlaybackInfoVixen.Video
- VideoPlaybackTestsVixen.Video.Tests
- VideoPlayerVixen.Video
- VideoPlayerTestsVixen.Video.Tests
- VideoSystemTestsVixen.Video.Tests