Show / Hide Table of Contents

Enum MovementType

Describes the progression of a value within a function.

Namespace: Recolude.Core.Playback
Assembly: Recolude.Core.dll
Syntax
public enum MovementType

Fields

Name Description
Continuous

There was no sudden breaks or jumps in the progression of time.

Discrete

There was a sudden jump or break in the progression of time.

One example of this being called is when the user choses to skip 10 seconds ahead in playback. Also called when the playback automaitically loops going from the very end of the recording back /// to the very begining.

Back to top Generated by DocFX