8 #ifndef META_OCEAN_MEDIA_AVF_LIVE_VIDEO_H
9 #define META_OCEAN_MEDIA_AVF_LIVE_VIDEO_H
22 namespace AVFoundation
66 float iso(
float* minISO =
nullptr,
float* maxISO =
nullptr,
ControlMode* isoMode =
nullptr)
const override;
166 static NSString*
determineExactPreset(
const unsigned int width,
const unsigned int height,
unsigned int& presetWidth,
unsigned int& presetHeight);
176 static NSString*
determineNextLargerPreset(
const unsigned int width,
const unsigned int height,
unsigned int& presetWidth,
unsigned int& presetHeight);
This class implements a container for callback functions.
Definition: Callback.h:3456
This template class implements a object reference with an internal reference counter.
Definition: base/ObjectRef.h:58
std::shared_ptr< AnyCamera > SharedAnyCamera
Definition of a shared pointer holding an AnyCamera object with Scalar precision.
Definition: AnyCamera.h:60
HomogenousMatrixT4< double > HomogenousMatrixD4
Instantiation of the HomogenousMatrixT4 template class using a double precision float data type.
Definition: HomogenousMatrix4.h:51
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15