VIDEO_OA_seq_getModePic()

This function determines the appropriate picture for the current state of a sequence.

Synopsis

string VIDEO_seq_getModeCol(int mode);

Parameters

Parameter Description
mode Content of the .mode element of a sequence data point

Return Value

File name of the picture (pb_pause.png, pb_play_forward.png or pb_stopt.png

Errors

Missing or wrong arguments

Description

This function determines the appropriate picture for the current state of a sequence.

EXAMPLE

main()
{
  int mode;
  string dp = VIDEO_OA_paraList_getSequenceDpFromName("my
  sequence");
  dpGet(dp + ".mode", mode);
  string pic = VIDEO_OA_seq_getModePic(mode);
  DebugN(pic);
}

Assignment

Video functions

Availability

UI, CTRL