Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration VideoClipLoadingStatus

Lists the possible states a video clip can be in during loading. Used by the VideoClip component to display loading status.

Index

Enumeration members

Enumeration members

LoadError

LoadError: = 3

The clip could not be loaded.

Loaded

Loaded: = 2

The clip is fully decoded, loaded in memory, and ready for playback.

Loading

Loading: = 1

The clip has begun loading but is not ready to begin playback.

Unloaded

Unloaded: = 0

The is not loaded.

Generated using TypeDoc