Home
last modified time | relevance | path

Searched refs:ToneCustomizedType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/
H A Dtone_attrs.h27 enum ToneCustomizedType { enum
39 ToneAttrs(std::string title, std::string fileName, std::string uri, ToneCustomizedType custType, in ToneAttrs()
79 ToneCustomizedType GetCustomizedType() const in GetCustomizedType()
98 ToneCustomizedType custType_ = CUSTOMISED;
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/include/
H A Dsystem_sound_manager_napi.h57 static const std::map<std::string, ToneCustomizedType> toneCustomizedTypeMap = {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-audio-kit/
H A Djs-apis-systemSoundManager-sys.md59 ## ToneCustomizedType<sup>12+</sup>
237 | [ToneCustomizedType](#tonecustomizedtype12) | 定制铃音类型。 |
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/
H A Djs-apis-systemSoundManager-sys.md59 ## ToneCustomizedType<sup>12+</sup>
237 | [ToneCustomizedType](#tonecustomizedtype12) | Tone customization type.|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp71 std::unordered_map<int32_t, ToneCustomizedType> sourceTypeMap_;