OpenShot Video Editor  2.0.0
Public Member Functions | Public Attributes | List of all members
keyframe.keyframe Class Reference

This class represents a media clip on the timeline. More...

Public Member Functions

def __init__ (self, frame, height, width, x, y, alpha)
 Constructor. More...
 

Public Attributes

 alpha
 
 frame
 
 height
 
 unique_id
 
 width
 
 x
 
 y
 

Detailed Description

This class represents a media clip on the timeline.

Definition at line 34 of file keyframe.py.

Constructor & Destructor Documentation

◆ __init__()

def keyframe.keyframe.__init__ (   self,
  frame,
  height,
  width,
  x,
  y,
  alpha 
)

Constructor.

Definition at line 39 of file keyframe.py.

Member Data Documentation

◆ alpha

keyframe.keyframe.alpha

Definition at line 47 of file keyframe.py.

◆ frame

keyframe.keyframe.frame

Definition at line 42 of file keyframe.py.

◆ height

keyframe.keyframe.height

Definition at line 43 of file keyframe.py.

◆ unique_id

keyframe.keyframe.unique_id

Definition at line 48 of file keyframe.py.

◆ width

keyframe.keyframe.width

Definition at line 44 of file keyframe.py.

◆ x

keyframe.keyframe.x

Definition at line 45 of file keyframe.py.

◆ y

keyframe.keyframe.y

Definition at line 46 of file keyframe.py.


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