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 D | media_errors.cpp | 209 {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 D | media_core.h | 119 MSERR_EXT_API9_UNSUPPORT_CAPABILITY = 801, // unsupport api. enumerator
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
H A D | napi_avcast_controller_callback.h | 61 MSERR_EXT_API9_UNSUPPORT_CAPABILITY = 801, // unsupport api. enumerator
|
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server.cpp | 546 …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 D | media_enum_napi.cpp | 65 … { "AVERR_UNSUPPORT_CAPABILITY", MediaServiceExtErrCodeAPI9::MSERR_EXT_API9_UNSUPPORT_CAPABILITY },
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_napi.cpp | 359 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 D | player_server_mem.cpp | 676 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 D | native_avplayer.cpp | 85 {MSERR_EXT_API9_UNSUPPORT_CAPABILITY, AV_ERR_OPERATE_NOT_PERMIT},
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/ |
H A D | player_unit_test.cpp | 2605 …EXT_API9_PERMISSION_DENIED, MSERR_EXT_API9_INVALID_PARAMETER, MSERR_EXT_API9_UNSUPPORT_CAPABILITY};
|