python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.parsers.sif.sif.nodes.SubsamplingType Class Reference
Inheritance diagram for lottie.parsers.sif.sif.nodes.SubsamplingType:
[legend]
Collaboration diagram for lottie.parsers.sif.sif.nodes.SubsamplingType:
[legend]

Static Public Attributes

int Constant = 0
 
int Linear = 1
 
int Hyperbolic = 2
 

Detailed Description

Definition at line 632 of file nodes.py.

Member Data Documentation

◆ Constant

int lottie.parsers.sif.sif.nodes.SubsamplingType.Constant = 0
static

Definition at line 633 of file nodes.py.

◆ Hyperbolic

int lottie.parsers.sif.sif.nodes.SubsamplingType.Hyperbolic = 2
static

Definition at line 635 of file nodes.py.

◆ Linear

int lottie.parsers.sif.sif.nodes.SubsamplingType.Linear = 1
static

Definition at line 634 of file nodes.py.


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