| synopsis || arguments || prev |

jpx_composition::set_loop_count

Java: Jpx_composition::Set_loop_count

void set_loop_count( int count)

Java: void Set_loop_count( int count)

[Declared in "../apps/compressed_io/jpx.h"]

Go to class description.


Synopsis

By default, the complete sequence of frames will be played through exactly once. This is equivalent to the case count=1. Call this function to set a different value for the loop counter. A value of count=0 will cause the frame sequence to be repeated indefinitely.

When the frames are repeated, they are played again with exactly the same set of layers; the layer indices are not incremented upon global repetition.

Note that the maximum representable loop count is 255. Supplying a larger value will result in the generation of an error.


Arguments

count [int]


| top || synopsis || arguments || prev |