8 #ifndef META_OCEAN_MEDIA_AVF_MOVIE_RECORDER_H
9 #define META_OCEAN_MEDIA_AVF_MOVIE_RECORDER_H
22 namespace AVFoundation
124 inline CMTime
time(
const double timestamp);
167 ocean_assert(timestamp >= 0.0);
169 return CMTimeMakeWithSeconds(timestamp, 600);
This class implements Ocean's image class.
Definition: Frame.h:1792
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