diff --git a/en/application-dev/reference/native-apis/native__averrors_8h.md b/en/application-dev/reference/native-apis/native__averrors_8h.md index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0ee77c10bbc02c3303ee27044e71e1947911fb95 100644 --- a/en/application-dev/reference/native-apis/native__averrors_8h.md +++ b/en/application-dev/reference/native-apis/native__averrors_8h.md @@ -0,0 +1,30 @@ +# native_averrors.h + + +## Overview + +Declares the error codes used by the media playback framework. + +**Since:** +9 + +**Related Modules:** + +[Core](_core.md) + + +## Summary + + +### Types + +| Name | Description | +| -------- | -------- | +| [OH_AVErrCode](_core.md#oh_averrcode) | Enumerates the audio and video error codes. | + + +### Enums + +| Name | Description | +| -------- | -------- | +| [OH_AVErrCode](_core.md#oh_averrcode) {
AV_ERR_OK = 0, AV_ERR_NO_MEMORY = 1, AV_ERR_OPERATE_NOT_PERMIT = 2, AV_ERR_INVALID_VAL = 3,
AV_ERR_IO = 4, AV_ERR_TIMEOUT = 5, AV_ERR_UNKNOWN = 6, AV_ERR_SERVICE_DIED = 7,
AV_ERR_INVALID_STATE = 8, AV_ERR_UNSUPPORT = 9, AV_ERR_EXTEND_START = 100
} | Enumerates the audio and video error codes. |