8#ifndef META_OCEAN_MEDIA_AVF_PIXEL_BUFFER_ACCESSOR_H 
    9#define META_OCEAN_MEDIA_AVF_PIXEL_BUFFER_ACCESSOR_H 
   15#include <AVFoundation/AVFoundation.h> 
   58        explicit PixelBufferAccessor(CVPixelBufferRef pixelBuffer, 
const bool readOnly, 
const bool accessYPlaneOnly);
 
   87        explicit inline operator bool() 
const;
 
 
  154inline PixelBufferAccessor::operator bool()
 const 
 
This class implements Ocean's image class.
Definition Frame.h:1808
 
bool isValid() const
Returns whether this frame is valid.
Definition Frame.h:4531
 
PixelFormat
Definition of all pixel formats available in the Ocean framework.
Definition Frame.h:183
 
The namespace covering the entire Ocean framework.
Definition Accessor.h:15