!1055 录屏kit一致性整改

Merge pull request !1055 from 杰尼/master
This commit is contained in:
openharmony_ci 2024-07-24 03:55:20 +00:00 committed by Gitee
commit c5f1557288
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 64 additions and 4 deletions

View File

@ -12,6 +12,25 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @addtogroup AVScreenCapture
* @{
*
* @brief Provides APIs of request capability for Screen Capture.
* @since 10
*/
/**
* @file native_avscreen_capture.h
*
* @brief Declare screen capture related interfaces.
*
* @library libnative_avscreen_capture.so
* @syscap SystemCapability.Multimedia.Media.AVScreenCapture
* @kit MediaKit
* @since 10
*/
#ifndef NATIVE_AVSCREEN_CAPTURE_H
#define NATIVE_AVSCREEN_CAPTURE_H
@ -367,4 +386,5 @@ OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_ContentFilter_AddWindowContent(
}
#endif
#endif // NATIVE_AVSCREEN_CAPTURE_H
#endif // NATIVE_AVSCREEN_CAPTURE_H
/** @} */

View File

@ -13,6 +13,25 @@
* limitations under the License.
*/
/**
* @addtogroup AVScreenCapture
* @{
*
* @brief Provides APIs of request capability for Screen Capture.
* @since 10
*/
/**
* @file native_avscreen_capture_base.h
*
* @brief Declare screen capture related struct.
*
* @library libnative_avscreen_capture.so
* @syscap SystemCapability.Multimedia.Media.AVScreenCapture
* @kit MediaKit
* @since 10
*/
#ifndef NATIVE_AVSCREEN_CAPTURE_BASE_H
#define NATIVE_AVSCREEN_CAPTURE_BASE_H
@ -503,4 +522,5 @@ typedef void (*OH_AVScreenCapture_OnBufferAvailable)(OH_AVScreenCapture *capture
}
#endif
#endif // NATIVE_AVSCREEN_CAPTURE_BASE_H
#endif // NATIVE_AVSCREEN_CAPTURE_BASE_H
/** @} */

View File

@ -12,7 +12,26 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @addtogroup AVScreenCapture
* @{
*
* @brief Provides APIs of request capability for Screen Capture.
* @since 10
*/
/**
* @file native_avscreen_capture_errors.h
*
* @brief Declare screen capture related error.
*
* @library libnative_avscreen_capture.so
* @syscap SystemCapability.Multimedia.Media.AVScreenCapture
* @kit MediaKit
* @since 10
*/
#ifndef NATIVE_AVSCREEN_CAPTURE_ERRORS_H
#define NATIVE_AVSCREEN_CAPTURE_ERRORS_H
@ -82,4 +101,5 @@ typedef enum OH_AVSCREEN_CAPTURE_ErrCode {
}
#endif
#endif // NATIVE_AVSCREEN_CAPTURE_ERRORS_H
#endif // NATIVE_AVSCREEN_CAPTURE_ERRORS_H
/** @} */