VIDEO_OA_seq_changeTargetPartMatrix()

This function changes the matrix switch configuration of a matrix switch sequence. The configuration of the target remains without changes.

Synopsis

int VIDEO_OA_seq_changeTargetPartMatrix(string seqDp, dyn_string parameter);

Parameters

Parameter Description
seqDp Sequence data point
Parameter

[1] - matrix sequence

[2] - camera data point

[3] - matrix switch data point

[4] - output address to which the encoder is connected

Return Value

Errors

Missing or wrong arguments

Description

This function changes the matrix switch configuration of a matrix switch sequence. The configuration of the target remains without changes.

EXAMPLE

main()
{
  VIDEO_OA_seq_changeTargetPartMatrix(“_Sequence_00001“,
  makeDynString(“matrixsequence“,“Camera_00001“, “Test_007“, 5));
}

Assignment

Video functions

Availability

UI, CTRL