MoviePlayMode
Description:
[ CCode ( cprefix = "POPPLER_MOVIE_PLAY_MODE_" , type_id = "poppler_movie_play_mode_get_type ()" ) ]
[ Version ( since = "0.54" ) ]
public enum MoviePlayMode
Content:
Enum values:
- ONCE - the movie should be played once
and controls should be closed at the end.
- OPEN - the movie should be played once,
but controls should be left open.
- PALINDROME - the movie should be
played forward and backward, forward and backward, and so forth, until manually stopped.
- REPEAT - the movie should be played in
loop, until manually stopped.