VIDEO_OA_seq_ctrlStepForward()

This function opens the next step of a sequence.

Synopsis

int VIDEO_OA_seq_ctrlStepForward(string seqName);

Parameters

Parameter Description
seqName Name of the sequence

Return Value

Error code:

1 = ok

-10 = There is no sequence with this name

Errors

Missing or wrong arguments

Description

This function opens the next step of a sequence.

EXAMPLE

main()
{
  int error = VIDEO_OA_seq_ctrlStepForward("meine Sequenz");
}

Assignment

Video functions

Availability

UI, CTRL