PixelKey
NeoPixel USB Key
Loading...
Searching...
No Matches
keyframe_schedule_t Struct Reference

Provides scheduled time information for keyframes. More...

#include <keyframes.h>

Data Fields

schedule_type_t type
 Type of schedule modifier.
 
union {
   uint64_t   fixed_time
 Fixed/absolute timestamp of keyframe start.
 
   uint64_t   relative_time
 Relative time to start the keyframe.
 
   struct {
      uint64_t   start
 Interval start time.
 
      uint64_t   end
 Interval end time.
 
      bool   start_is_relative
 true for start time is a relative time, false indicates fixed/absolute time.
 
      bool   end_is_relative
 true for end time is a relative time, false indicates fixed/absolute time.
 
   }   interval
 Start/end times for an interval schedule.
 
}; 
 

Detailed Description

Provides scheduled time information for keyframes.


The documentation for this struct was generated from the following file: