8#ifndef META_OCEAN_PLATFORM_APPLE_MACOS_FRAME_MEDIUM_VIEW_H
9#define META_OCEAN_PLATFORM_APPLE_MACOS_FRAME_MEDIUM_VIEW_H
20 #error Platform::Apple::MacOS::FrameMediumView.h needs to be included from an ObjectiveC++ file
77 FrameMediumView(
const int left,
const int top,
const unsigned int width,
const unsigned int height);
112 setFrameMedium(view.frameMedium_);
113 frameTimestamp_ = view.frameTimestamp_;
117 view.frameMedium_.release();
118 view.frameTimestamp_.toInvalid();
This class implements a thread.
Definition Thread.h:115
This class implements a timestamp.
Definition Timestamp.h:36
The namespace covering the entire Ocean framework.
Definition Accessor.h:15