# MultiMedia\_FrameStateCallback ## **Overview** Provides callbacks for frame state changes, in which you can implement operations to response to the changes. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Files
Provides functions to listen for frame states and response to the state changes. |
OHOS::Media::FrameStateCallback::FrameStateCallback ()=default |
A constructor used to create a FrameStateCallback instance. |
OHOS::Media::FrameStateCallback::~FrameStateCallback ()=default |
A destructor used to delete the FrameStateCallback instance. |
OHOS::Media::FrameStateCallback::OnFrameFinished (Camera &camera, FrameConfig &frameConfig, FrameResult &frameResult) |
|
OHOS::Media::FrameStateCallback::OnFrameError (Camera &camera, FrameConfig &frameConfig, int32_t errorCode, FrameResult &frameResult) |
camera | Indicates the camera. |
frameConfig | Indicates the frame configuration. |
errorCode | Indicates the error code. |
frameResult | Indicates the capture results. |
camera | Indicates the camera. |
frameConfig | Indicates the frame configuration. |
frameResult | Indicates the capture results. |