reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofVideoBaseTypes.h File Reference
#include "ofGraphicsBaseTypes.h"
#include "ofGLBaseTypes.h"

Go to the source code of this file.

Classes

class  ofVideoFormat
 A structure describing attributes of a video format. More...
 
class  ofVideoDevice
 A structure describing attributes of a video device. More...
 
class  ofBaseVideo
 A base class representing a video source. More...
 
class  ofBaseVideoDraws
 A base class representing a drawable video source. More...
 
class  ofBaseVideoGrabber
 A base class representing a video device such as a camera. More...
 
class  ofBaseVideoPlayer
 A base class representing a video player. More...
 

Enumerations

enum  ofLoopType : short { OF_LOOP_NONE =0x01 , OF_LOOP_PALINDROME =0x02 , OF_LOOP_NORMAL =0x03 }
 Used to represent the available video looping modes. More...
 

Enumeration Type Documentation

◆ ofLoopType

enum ofLoopType : short

Used to represent the available video looping modes.

See also
ofVideoPlayer::setLoopState()
ofVideoPlayer::getLoopState()
Enumerator
OF_LOOP_NONE 

Plays the video once without looping.

OF_LOOP_PALINDROME 

Plays the video forwards then backwards repeatedly.

OF_LOOP_NORMAL 

Repeats the video over and over.