DpgAddFlowToPlaylistCommand Object


Description:

Command used to add a given flow to a playlist.

Can be used with Command Sequencer: No

Parents: Sequencer, StcSystem

DpgAddFlowToPlaylistCommand Writable Attributes

Attribute Description
Common Writable Attributes ProgressCancelled
Flow

Flow or loop object to add to the playlist.

Type: handle

Default: 0

InsertLocation

Where to insert the flow or loop.

Type: enum

Default: APPEND_TO_END

Possible Values:

Value Description
INSERT_AT_FRONT

Insert the given flow or loop at the front.

APPEND_TO_END

Append the given flow or loop at the end.

INSERT_AFTER_FLOW

Insert the given flow or loop after the flow specified by InsertLocation.

Playlist

Playlist to add flow to.

Type: handle

Default: 0

PrevFlow

Existing flow in a playlist where flow or loop will be inserted (only valid for INSERT_AFTER_FLOW InsertLocation).

Type: handle

Default: 0

DpgAddFlowToPlaylistCommand Read-Only Attributes

Read-Only Attribute Description
Common Read-Only Attributes ElapsedTime, EndTime, ProgressCurrentStep, ProgressCurrentStepName, ProgressCurrentValue, ProgressDisplayCounter, ProgressMaxValue, ProgressStepsCount, StartTime, State, Status