siClipType
 
 
 

siClipType

Description

Specifies the different fundamental types of Clip objects.

C# Syntax

StringModule.siClipAnimationLayerType                                       // mixerlayerclip
StringModule.siClipAnimationType                                            // mixeranimclip
StringModule.siClipAnimCompoundType                                         // AnimActionCompoundClip
StringModule.siClipAudioType                                                // mixeraudioclip
StringModule.siClipCacheType                                                // mixercacheclip
StringModule.siClipImageType                                                // ImageClip
StringModule.siClipMixerType                                                // Mixer
StringModule.siClipShapeCompoundType                                        // ShapeActionCompoundClip
StringModule.siClipShapeType                                                // mixershapeclip
StringModule.siClipShotType                                                 // camerashotclip
Constant Value Description
siClipAnimationLayerType mixerlayerclip Represents clip objects which are instances of animation layers.
siClipAnimationType mixeranimclip Represents clip objects which are instances of AnimationSources containing FCurves, StaticSources, or Constraints.
siClipAnimCompoundType AnimActionCompoundClip Represents clip objects which are used to nest other animation clip objects.
siClipAudioType mixeraudioclip Represents clip objects which are instances of audio files.
siClipCacheType mixercacheclip Represents clip objects which are instances of cache files.
siClipImageType ImageClip Represents an ImageClip object.
siClipMixerType Mixer Represents clip objects which are the top-level container for all other clip objects.
siClipShapeCompoundType ShapeActionCompoundClip Represents clip objects which are used to nest other shape clip objects.
siClipShapeType mixershapeclip Represents clip objects which are instances of sources containing ShapeKeys.
siClipShotType camerashotclip Represents clip objects for the time(s) at which a particular Camera is active.

Applies To

SIObject.Type SIObject::GetType

See Also

Clip About Sources and Clips