siClipType String Constant


Variables

const wchar_t *  siClipAnimationType
const wchar_t *  siClipAnimCompoundType
const wchar_t *  siClipAudioType
const wchar_t *  siClipImageType
const wchar_t *  siClipMixerType
const wchar_t *  siClipShapeCompoundType
const wchar_t *  siClipShapeType

Detailed Description

Specifies the different fundamental types of Clip objects.
See also:
SIObject::Type, SIObject::GetType

Clip, About Sources and Clips


Variable Documentation

const wchar_t* siClipAnimationType

["mixeranimclip"] Represents clip objects which are instances of AnimationSource s containing FCurve s, StaticSource s, or Constraint s.

const wchar_t* siClipAnimCompoundType

["AnimActionCompoundClip"] Represents clip objects which are used to nest other animation clip objects.

const wchar_t* siClipAudioType

["mixeraudioclip"] Represents clip objects which are instances of audio files.

const wchar_t* siClipImageType

["ImageClip"] Represents an ImageClip object.

const wchar_t* siClipMixerType

["Mixer"] Represents clip objects which are the top-level container for all other clip objects.

const wchar_t* siClipShapeCompoundType

["ShapeActionCompoundClip"] Represents clip objects which are used to nest other shape clip objects.

const wchar_t* siClipShapeType

["mixershapeclip"] Represents clip objects which are instances of sources containing ShapeKey s.