FBStoryClipAlignmentType Class Reference

FBStoryClipAlignmentType Class Reference

#include <mobu-python-api.h>

Class Description

Alignment Types when aligning clips.

+ Inheritance diagram for FBStoryClipAlignmentType:

Public Attributes

object kFBStoryClipAlignmentCurrentTimeline
 Align all selected clips with the current time. More...
 
object kFBStoryClipAlignmentEndPrevious
 Align selected clips to the end of the previous clip. More...
 
object kFBStoryClipAlignmentEndPreviousAllAligned
 Align selected clips to the end of the previous clip, all clips will be align to the selected clip position. More...
 
object kFBStoryClipAlignmentBeginningNext
 Align selected clips to the beginning of the next clip. More...
 
object kFBStoryClipAlignmentBeginningNextAllAligned
 Align selected clips to the beginning of the next clip, all clips will be align to the selected clip position. More...
 
object kFBStoryClipAlignmentCurrentTimelineWithOffset
 Align all selected clips with the current time, while keeping the relative offset. More...
 
object kFBStoryClipAlignmentEndPreviousWithOffset
 Align selected clips to the end of the previous clip, while keeping the relative offset. More...
 
object kFBStoryClipAlignmentBeginningNextWithOffset
 Align selected clips to the beginning of the next clip, while keeping the relative offset. More...
 

Member Data Documentation

object kFBStoryClipAlignmentBeginningNext

Align selected clips to the beginning of the next clip.

object kFBStoryClipAlignmentBeginningNextAllAligned

Align selected clips to the beginning of the next clip, all clips will be align to the selected clip position.

object kFBStoryClipAlignmentBeginningNextWithOffset

Align selected clips to the beginning of the next clip, while keeping the relative offset.

object kFBStoryClipAlignmentCurrentTimeline

Align all selected clips with the current time.

object kFBStoryClipAlignmentCurrentTimelineWithOffset

Align all selected clips with the current time, while keeping the relative offset.

object kFBStoryClipAlignmentEndPrevious

Align selected clips to the end of the previous clip.

object kFBStoryClipAlignmentEndPreviousAllAligned

Align selected clips to the end of the previous clip, all clips will be align to the selected clip position.

object kFBStoryClipAlignmentEndPreviousWithOffset

Align selected clips to the end of the previous clip, while keeping the relative offset.