Class VideoPlayer.States
Valid states in which VideoPlayer can be in.
Inheritance
System.Object
VideoPlayer.States
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class States : Enum
Fields
Paused
The video is currently paused (play will resume from paused point).
Declaration
public const VideoPlayer.States Paused
Field Value
VideoPlayer.States
|
Playing
The video is currently playing.
Declaration
public const VideoPlayer.States Playing
Field Value
VideoPlayer.States
|
Stopped
The video is currently stopped (play will resume from start).
Declaration
public const VideoPlayer.States Stopped
Field Value
VideoPlayer.States
|
value__
Declaration
public int value__
Field Value
System.Int32
|