reference

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

ofAVFoundationVideoPlayer.h File Reference
import <Foundation/Foundation.h>
import <AVFoundation/AVFoundation.h>
import <Accelerate/Accelerate.h>
import <CoreMedia/CoreMedia.h>
#include <TargetConditionals.h>

Go to the source code of this file.

Classes

class  ofAVFoundationVideoPlayer
 

Macros

#define TARGET_OSX
 
#define USE_VIDEO_OUTPUT   (defined(MAC_OS_X_VERSION_10_8) || defined(iOS6))
 

Typedefs

typedef enum _playerLoopType playerLoopType
 

Enumerations

enum  _playerLoopType { LOOP_NONE =0x01 , LOOP_PALINDROME =0x02 , LOOP_NORMAL =0x03 }
 

Macro Definition Documentation

◆ TARGET_OSX

#define TARGET_OSX

◆ USE_VIDEO_OUTPUT

#define USE_VIDEO_OUTPUT   (defined(MAC_OS_X_VERSION_10_8) || defined(iOS6))

Typedef Documentation

◆ playerLoopType

Enumeration Type Documentation

◆ _playerLoopType

Enumerator
LOOP_NONE 
LOOP_PALINDROME 
LOOP_NORMAL