Search Results
FrameConfig.h
Go to the documentation of this file.
Unknown.
DB_EDGEVIS_SDK void SetHasOverlayTimeStamp(bool enableOverlay, bool use_ms)
Sets if the frame should have its timestamp drawn on top.
DB_EDGEVIS_SDK bool HasOverlayTimeStamp() const
Returns if the frame should have its timestamp drawn on top.
DB_EDGEVIS_SDK void SetHasOverlayInputName(bool enableOverlay)
Sets if the frame should have the name of the encoder input it was captured from drawn on top...
DB_EDGEVIS_SDK void SetFrameHeight(int32_t height)
Sets the desired height of video frames.
DB_EDGEVIS_SDK void SetHasOverlayEncoderName(bool enableOverlay)
Sets if the frame should have the name of the encoder it was captured from drawn on top...
DB_EDGEVIS_SDK void SetFrameWidth(int32_t width)
Sets the desired width of video frames.
DB_EDGEVIS_SDK bool HasOverlayEncoderName() const
Returns if the frame should have the name of the encoder it was captured from drawn on top...
DB_EDGEVIS_SDK void SetMaxFPS(int32_t max_fps)
Sets the desired maximum number of video frames per second.
DB_EDGEVIS_SDK int32_t GetFrameWidth() const
Returns the desired width of video frames.
This is the base class for the FrameConfig objects.
Definition: FrameConfig.h:28
virtual DB_EDGEVIS_SDK std::wstring FrameType() const
Returns the type of FrameConfig this is.
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK int32_t GetMaxFPS() const
Returns the desired maximum number of video frames per second.
DB_EDGEVIS_SDK int32_t GetFrameHeight() const
Returns the desired height of video frames.
DB_EDGEVIS_SDK bool HasOverlayInputName() const
Returns if the frame should have the name of the encoder input it was captured from drawn on top If t...
DB_EDGEVIS_SDK bool HasOverlayTimeStampMS() const
Returns if the frame should have its timestamp drawn on top with milliseconds included.