YCbCrFrame.h
Go to the documentation of this file.
DB_EDGEVIS_SDK bool GetCbPlaneData(byte_array &data) const
Retrieve byte array containing the Cb plane.
DB_EDGEVIS_SDK byte_array GetCbPlane() const
Returns the byte array containing the Cb plane.
DB_EDGEVIS_SDK int64_t GetTimeStamp() const
Return the timestamp of the image.
DB_EDGEVIS_SDK bool ReSize(int32_t width, int32_t height)
Set the size of the frame and scale the content.
DB_EDGEVIS_SDK int32_t GetYPlaneDataSize() const
Returns the size the Y plane.
DB_EDGEVIS_SDK void ResetToBlack()
Will reset the frame to black.
DB_EDGEVIS_SDK bool GetYPlaneData(byte_array &data) const
Retrieve byte array containing the Y plane.
DB_EDGEVIS_SDK void Copy(const YCbCrFrame &frame)
Copy the content and properties from another frame to this one.
DB_EDGEVIS_SDK int32_t GetCbPlaneDataSize() const
Returns the size the Cb plane.
DB_EDGEVIS_SDK byte_array GetCrPlane() const
Returns the byte array containing the Cr plane.
An YCbCrFrame is delivered for every frame of video decoded from a media stream.
Definition: YCbCrFrame.h:39
DB_EDGEVIS_SDK int32_t GetCrPlaneDataSize() const
Returns the size the Cr plane.
DB_EDGEVIS_SDK void CorrectAspectRatio()
Will correct the aspect ratio of the image.
The VideoData class extends the StreamData class and is a base class for all types of video data prov...
Definition: VideoData.h:35
This is the base class for the StreamData objects.
Definition: StreamData.h:27
DB_EDGEVIS_SDK bool SetDimensions(int32_t width, int32_t height)
Set the size of the frame witihout scaling the content.
DB_EDGEVIS_SDK bool ReSizeCopy(const YCbCrFrame &frame, int32_t width, int32_t height)
Resize a frame, then copy (and scale) from.
DB_EDGEVIS_SDK byte_array GetYPlane() const
Returns the byte array containing the Y plane.
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK bool GetCrPlaneData(byte_array &data) const
Retrieve byte array containing the Cr plane.
DB_EDGEVIS_SDK void ResetToGrey()
Will reset the planes to return a grey image.
void CopyFramePropertiesOnly(const YCbCrFrame &frame)
Copy only the properties from another frame to this one.