FullResService.h
Go to the documentation of this file.
170 DB_EDGEVIS_SDK bool InsertExternalThumbnail(byte_array data, const int32_t& width, const int32_t& height, const int64_t& timestamp, const int64_t& display_timestamp, const int32_t& input);
DB_EDGEVIS_SDK const YCbCrFrame GetYCbCrFrame(int64_t idx)
Retrieves the inflated frame for an index.
DB_EDGEVIS_SDK void SetActiveFrame(int64_t idx)
Selects the active frame to be integrated for Full Resolution.
DB_EDGEVIS_SDK std::vector< JPEGFrame > GetAvailableJPEGFrames()
Will return the available frames as JPEGs.
The interface for the Full resolution service callbacks.
Definition: IFullResListener.h:34
Access to the Full Resolution capability on encoders that support it.
Definition: FullResService.h:51
DB_EDGEVIS_SDK int32_t GetYUVMemoryUsage()
Determines the total memory footprint of the inflated YUV frames in the Full Resolution cache...
DB_EDGEVIS_SDK const JPEGFrame GetJPEGFrame(int64_t idx)
Will return the a single available frame as JPEG.
DB_EDGEVIS_SDK int32_t GetInflatedFrameCount()
Determines the total number of inflated YUV frames currently held in the Full Resolution cache...
An YCbCrFrame is delivered for every frame of video decoded from a media stream.
Definition: YCbCrFrame.h:39
DB_EDGEVIS_SDK void SetListener(IFullResListener *listener)
Add a listener to the Full resolution service.
DB_EDGEVIS_SDK void CancelEnhanceRequests()
Cancels any enhancement currently under way.
The Stream interface represent a service that is available on an Encoder.
Definition: Stream.h:50
DB_EDGEVIS_SDK void EnhanceEntireFrame()
Retrieves the entire frame.
DB_EDGEVIS_SDK void EnhanceArea(int32_t left, int32_t top, int32_t width, int32_t height)
Retrieves an area of the frame to be retrieved.
DB_EDGEVIS_SDK int32_t GetJPEGMemoryUsage()
Determines the total memory footprint of the JPEG thumbnails in the Full Resolution cache...
DB_EDGEVIS_SDK std::vector< int64_t > GetAvailableFrameIndices()
Will return the available frames that can be used for Full resolution.
DB_EDGEVIS_SDK bool GetEncoderCacheOnly(int64_t idx)
Indicates if a frame exists only at the encoder and does not have a thumbnail in the Decoder SDK cach...
DB_EDGEVIS_SDK int32_t GetTotalMemoryUsage()
Determines the total memory footprint of the Full Resolution cache, including JPEG thumbnails and inf...
DB_EDGEVIS_SDK bool InsertExternalThumbnail(byte_array data, const int32_t &width, const int32_t &height, const int64_t ×tamp, const int64_t &display_timestamp, const int32_t &input)
Add a JPEG to the thumbnail cache from an external source.
DB_EDGEVIS_SDK bool GetAllowEncoderOnlyFrames()
Determine if frames cached only at the encoder with no client-side thumbnail will be made available t...
DB_EDGEVIS_SDK bool GetJPEGProvidedExternally(int64_t idx)
Indicates if the available thumbnail has been provided by an external source using InsertExternalThum...
virtual DB_EDGEVIS_SDK OpResult Stop()
Stops the Full resolution service.
A JPEGFrame is designed for transforming YCbCr colour space frames into an in memory JPEG frame buffe...
Definition: JPEGFrame.h:39
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK int32_t GetCachedFrameCount()
Determines the total number of frames currently held in the Full Resolution cache.
DB_EDGEVIS_SDK void SetAllowEncoderOnlyFrames(bool allow)
Set if frames cached only at the encoder with no client-side thumbnail will be made available to the ...
virtual DB_EDGEVIS_SDK OpResult Start()
Starts the Full resolution service.