Home
last modified time | relevance | path

Searched refs:MSERR_EXT_API9_UNSUPPORT_CAPABILITY (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/common/
H A Dmedia_errors.cpp209 {MSERR_UNSUPPORT_WATER_MARK, MSERR_EXT_API9_UNSUPPORT_CAPABILITY},
229 {MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "Unsupport Capability: "},
345 {MSERR_EXT_API9_UNSUPPORT_CAPABILITY, &ErrorMessageUnsupportCapability},
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dmedia_core.h119 MSERR_EXT_API9_UNSUPPORT_CAPABILITY = 801, // unsupport api. enumerator
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_avcast_controller_callback.h61 MSERR_EXT_API9_UNSUPPORT_CAPABILITY = 801, // unsupport api. enumerator
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp546 …OnErrorMessage(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "Can not play in complete status, it is live-s… in OnPlay()
1064 …OnErrorMessage(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "Can not SetPlaybackSpeed, it is live-stream"); in SetPlaybackSpeed()
1357 … OnErrorMessage(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "Can not SetLooping, it is live-stream"); in SetLooping()
1846 OnErrorMessage(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "Can not Seek, it is live-stream"); in CheckSeek()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/media/
H A Dmedia_enum_napi.cpp65 … { "AVERR_UNSUPPORT_CAPABILITY", MediaServiceExtErrCodeAPI9::MSERR_EXT_API9_UNSUPPORT_CAPABILITY },
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp359 promiseCtx->SignError(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, in JsPlay()
716 …jsPlayer->OnErrorCb(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "The stream is live stream, not support s… in JsSeek()
877 …jsPlayer->OnErrorCb(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "The stream is live stream, not support s… in JsSetSpeed()
1765 …OnErrorCb(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "The music player does not need to support (Surface… in SetSurface()
1848 …jsPlayer->OnErrorCb(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "The stream is live stream, not support l… in JsSetLoop()
/ohos5.0/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dplayer_server_mem.cpp676 OnErrorMessage(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "Can not Seek, it is live-stream."); in SeekToCurrentTime()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp85 {MSERR_EXT_API9_UNSUPPORT_CAPABILITY, AV_ERR_OPERATE_NOT_PERMIT},
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp2605 …EXT_API9_PERMISSION_DENIED, MSERR_EXT_API9_INVALID_PARAMETER, MSERR_EXT_API9_UNSUPPORT_CAPABILITY};