Module: Poppler::MoviePlayMode
- Defined in:
- (unknown)
Constant Summary collapse
- ONCE =
the movie should be played once and controls should be closed at the end.
0 or :once
- OPEN =
the movie should be played once, but controls should be left open.
1 or :open
- REPEAT =
the movie should be played in loop, until manually stopped.
2 or :repeat
- PALINDROME =
the movie should be played forward and backward, forward and backward, and so forth, until manually stopped.
3 or :palindrome