Home
last modified time | relevance | path

Searched refs:NAPI_ERR_STREAM_LIMIT_INFO (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_audio_error.h57 const std::string NAPI_ERR_STREAM_LIMIT_INFO = "stream number limited"; variable
H A Dnapi_audio_error.cpp84 errMessage = NAPI_ERR_STREAM_LIMIT_INFO; in GetMessageByCode()