8#ifndef META_OCEAN_MEDIA_MF_LIVE_VIDEO_H
9#define META_OCEAN_MEDIA_MF_LIVE_VIDEO_H
23namespace MediaFoundation
41 using StreamPropertyMap = std::unordered_map<StreamProperty, std::vector<double>, StreamProperty::Hash>;
83 explicit MFLiveVideo(
const std::string& url,
const std::string& symbolicLink);
126 static bool exposureRange(IKsControl* iKsControl,
double& minExposure,
double& maxExposure);
134 static bool setExposure(IKsControl* iKsControl,
const double exposure);
165 bool sesssionStarted_ =
false;
168 double delayedExposureDuration_ = NumericD::minValue();
The namespace covering the entire Ocean framework.
Definition Accessor.h:15