OHOS::Media::FrameConfig
Overview
Related Modules:
Description:
Provides functions to configure frames.
Since:
1.0
Version:
1.0
Summary
Public Member Functions
FrameConfig ()=delete |
A constructor used to create a FrameConfig instance. |
FrameConfig (int32_t type) |
A constructor used to create a FrameConfig instance based on the configuration mode. |
~FrameConfig () |
A destructor used to delete the FrameConfig instance. |
GetSurfaces () |
std::list< Surface * > |
AddSurface (Surface &surface) |
|
RemoveSurface (Surface &surface) |
Removes a surface (an object of shared memory). You can call this function to release the surface when your application does not need to obtain data. |