FBStoryClipMatchingTimeType Class Reference

FBStoryClipMatchingTimeType Class Reference

#include <mobu-python-api.h>

Class Description

Matching Time Types, when matching clips to each other.

+ Inheritance diagram for FBStoryClipMatchingTimeType:

Public Attributes

object kFBStoryClipMatchingTimeCurrentTime
 Matches the start of the selected clip to the previous/next clip at the current time. More...
 
object kFBStoryClipMatchingTimeStartOfSelectedClip
 Matches the start of the selected clip to the start of the blend with the previous clip. More...
 
object kFBStoryClipMatchingTimeBetweenPreviousAndSelectedClip
 Matches the selected clip and the previous clip at the middle of the blend. More...
 
object kFBStoryClipMatchingTimeEndOfPreviousClip
 Matches the end of the blend with the selected clip to the end of the previous clip. More...
 
object kFBStoryClipMatchingTimeStartOfNextClip
 Matches the start of the blend with the selected clip to the start of the next clip. More...
 
object kFBStoryClipMatchingTimeBetweenSelectedAndNextClip
 Matches the selected clip and the next clip at the middle of the blend. More...
 
object kFBStoryClipMatchingTimeEndOfSelectedClip
 Matches the end of the selected clip to the end of the blend with the previous clip. More...
 
object kFBStoryClipMatchingTimeDefault
 Uses the matching time type stored in the Application configuration file: [Story] > MatchWhen. More...
 

Member Data Documentation

object kFBStoryClipMatchingTimeBetweenPreviousAndSelectedClip

Matches the selected clip and the previous clip at the middle of the blend.

object kFBStoryClipMatchingTimeBetweenSelectedAndNextClip

Matches the selected clip and the next clip at the middle of the blend.

object kFBStoryClipMatchingTimeCurrentTime

Matches the start of the selected clip to the previous/next clip at the current time.

object kFBStoryClipMatchingTimeDefault

Uses the matching time type stored in the Application configuration file: [Story] > MatchWhen.

This value, in the configuration file, is update each time a matching is done, with the selected value.

object kFBStoryClipMatchingTimeEndOfPreviousClip

Matches the end of the blend with the selected clip to the end of the previous clip.

object kFBStoryClipMatchingTimeEndOfSelectedClip

Matches the end of the selected clip to the end of the blend with the previous clip.

object kFBStoryClipMatchingTimeStartOfNextClip

Matches the start of the blend with the selected clip to the start of the next clip.

object kFBStoryClipMatchingTimeStartOfSelectedClip

Matches the start of the selected clip to the start of the blend with the previous clip.