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
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 |