/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server_state.cpp | 313 int32_t PlayerServer::PlayingState::Play() in Play() 319 int32_t PlayerServer::PlayingState::Pause(bool isSystemOperation) in Pause() 324 int32_t PlayerServer::PlayingState::PauseDemuxer() in PauseDemuxer() 329 int32_t PlayerServer::PlayingState::ResumeDemuxer() in ResumeDemuxer() 339 int32_t PlayerServer::PlayingState::Stop() in Stop() 344 int32_t PlayerServer::PlayingState::SetPlaybackSpeed(PlaybackRateMode mode) in SetPlaybackSpeed() 358 void PlayerServer::PlayingState::HandleStateChange(int32_t newState) in HandleStateChange() 371 void PlayerServer::PlayingState::HandlePlaybackComplete(int32_t extra) in HandlePlaybackComplete() 379 void PlayerServer::PlayingState::HandleEos() in HandleEos() 394 void PlayerServer::PlayingState::StateEnter() in StateEnter() [all …]
|
H A D | player_server_state.h | 115 class PlayerServer::PlayingState : public PlayerServer::BaseState { 117 explicit PlayingState(PlayerServer &server) : BaseState(server, "playing_state") {} in PlayingState() function 118 ~PlayingState() = default;
|
H A D | player_server.h | 151 class PlayingState; variable 159 std::shared_ptr<PlayingState> playingState_;
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/internal/ |
H A D | playing_state.h | 27 class PlayingState : public State { 29 …explicit PlayingState(StateId stateId, PlayExecutor& executor) : State(stateId, "PlayingState", ex… in PlayingState() function 33 ~PlayingState() override = default;
|
H A D | state_machine.cpp | 42 AddState(std::make_shared<PlayingState>(StateId::PLAYING, executor)); in StateMachine()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-a2dp.md | 73 getPlayingState(deviceId: string): PlayingState 91 | [PlayingState](#playingstate) | 远端设备的播放状态。 | 120 ## PlayingState section
|
H A D | js-apis-bluetooth.md | 1544 getPlayingState(device: string): PlayingState 1563 | [PlayingState](#playingstatedeprecated) | 远端设备的播放状态。 | 1569 let state : bluetooth.PlayingState = a2dpSrc.getPlayingState('XX:XX:XX:XX:XX:XX'); 3854 ## PlayingState<sup>(deprecated)</sup> 3859 > 从API version 8开始支持,从API version 9开始废弃。建议使用[bluetoothManager.PlayingState](js-apis-bluetoothManage…
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ProfileDoc/ |
H A D | Profile功能界面使用说明文档.md | 21 | 获取播放状态 | getPlayingState | (device: string) | PlayingState(枚举) | | 45 >enum PlayingState { 206 | 获取播放状态 | getPlayingState | (device: string) | PlayingState(枚举) | |
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_profile.cpp | 104 …SetNamedPropertyByInteger(env, playingState, PlayingState::STATE_NOT_PLAYING, "STATE_NOT_PLAYING"); in PlayingStateInit() 105 SetNamedPropertyByInteger(env, playingState, PlayingState::STATE_PLAYING, "STATE_PLAYING"); in PlayingStateInit()
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-a2dp.md | 60 getPlayingState(deviceId: string): PlayingState 78 | [PlayingState](#playingstate) | Playing state of the remote device obtained.| 107 ## PlayingState section
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.2.1/ |
H A D | changelogs-bluetooth.md | 67 …rceProfile | getPlayingState(device: string): PlayingState; | getPlayingState(device: string): Pla… 157 | bluetooth | PlayingState | PlayingState | API9接口变更,迁移到@ohos.bluetoothManager.d.ts |
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | napi_bluetooth_a2dp_src.cpp | 186 int state = PlayingState::STATE_NOT_PLAYING; in GetPlayingState() 240 …SetNamedPropertyByInteger(env, playingState, PlayingState::STATE_NOT_PLAYING, "STATE_NOT_PLAYING"); in PlayingStateInit() 241 SetNamedPropertyByInteger(env, playingState, PlayingState::STATE_PLAYING, "STATE_PLAYING"); in PlayingStateInit()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.2.1/ |
H A D | changelogs-bluetooth.md | 67 … | getPlayingState(device: string): PlayingState; | getPlayingState(device: strin… 157 | bluetooth | PlayingState | PlayingState | Migrated this API in API version 9 to **@ohos.bluetooth…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-communicate.md | 173 | ohos.bluetooth | PlayingState | STATE_PLAYING | 新增 | 174 | ohos.bluetooth | PlayingState | STATE_NOT_PLAYING | 新增 | 424 | ohos.bluetooth | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | 新增 |
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 395 enum PlayingState { enum
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-communicate.md | 173 | ohos.bluetooth | PlayingState | STATE_PLAYING | Added| 174 | ohos.bluetooth | PlayingState | STATE_NOT_PLAYING | Added| 424 | ohos.bluetooth | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-communication.md | 58 |新增|NA|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(deviceId: string): PlayingState;|@ohos.bluet… 59 |新增|NA|类名:PlayingState;<br>方法or属性:STATE_NOT_PLAYING|@ohos.bluetooth.a2dp.d.ts| 60 |新增|NA|类名:PlayingState;<br>方法or属性:STATE_PLAYING|@ohos.bluetooth.a2dp.d.ts| 529 …ingState(device: string): PlayingState;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(… 827 …PlayingState;<br>方法or属性:enum PlayingState<br>旧版本信息:|类名:PlayingState;<br>方法or属性:enum PlayingState<b… 828 …PlayingState;<br>方法or属性:STATE_NOT_PLAYING<br>旧版本信息:|类名:PlayingState;<br>方法or属性:STATE_NOT_PLAYING<b… 829 …类名:PlayingState;<br>方法or属性:STATE_PLAYING<br>旧版本信息:|类名:PlayingState;<br>方法or属性:STATE_PLAYING<br>新版本… 952 …ingState(device: string): PlayingState;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-communication.md | 46 …r>类名: A2dpSourceProfile<br>方法 or 属性: getPlayingState(device: string): PlayingState;|@ohos.bluetoot… 355 |新增|NA|模块名: ohos.bluetoothManager<br>类名: PlayingState|@ohos.bluetoothManager.d.ts| 356 |新增|NA|模块名: ohos.bluetoothManager<br>类名: PlayingState<br>方法 or 属性: STATE_NOT_PLAYING|@ohos.bluetoot… 357 |新增|NA|模块名: ohos.bluetoothManager<br>类名: PlayingState<br>方法 or 属性: STATE_PLAYING|@ohos.bluetoothMan… 448 …gState(device: string): PlayingState;<br>废弃版本:N/A|类名:A2dpSourceProfile<br>方法 or 属性:getPlayingState… 532 |废弃版本有变化|类名:PlayingState<br>废弃版本:N/A|类名:PlayingState<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/blueto…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-communicate.md | 156 | ohos.bluetooth | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | 废弃 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-communicate.md | 156 | ohos.bluetooth | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | Deprecated|
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.10.1/ |
H A D | changelogs-bluetooth.md | 177 |PlayingState | [PlayingState](../../../application-dev/reference/apis/js-apis-bluetooth-a2dp.md#pl…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.1/ |
H A D | changelogs-bluetooth.md | 177 |PlayingState | [PlayingState](../../../application-dev/reference/apis/js-apis-bluetooth-a2dp.md#pl…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-communication.md | 131 |新增|NA|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(device: string): PlayingState;|@ohos.bluetoo… 383 |新增|NA|类名:PlayingState;<br>方法or属性:STATE_NOT_PLAYING|@ohos.bluetoothManager.d.ts| 384 |新增|NA|类名:PlayingState;<br>方法or属性:STATE_PLAYING|@ohos.bluetoothManager.d.ts| 1011 …ingState(device: string): PlayingState;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(… 1297 …PlayingState;<br>方法or属性:enum PlayingState<br>旧版本信息:|类名:PlayingState;<br>方法or属性:enum PlayingState<b… 1298 …PlayingState;<br>方法or属性:STATE_NOT_PLAYING<br>旧版本信息:|类名:PlayingState;<br>方法or属性:STATE_NOT_PLAYING<b… 1299 …PlayingState;<br>方法or属性:STATE_PLAYING<br>旧版本信息:|类名:PlayingState;<br>方法or属性:STATE_PLAYING<br>新版本信息:…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-communication.md | 58 …file;<br>Method or attribute name: getPlayingState(deviceId: string): PlayingState;|@ohos.bluetoot… 59 |Added|NA|Class name: PlayingState;<br>Method or attribute name: STATE_NOT_PLAYING|@ohos.bluetooth.… 60 |Added|NA|Class name: PlayingState;<br>Method or attribute name: STATE_PLAYING|@ohos.bluetooth.a2dp… 529 …: PlayingState;<br>Old version information: |Class name: A2dpSourceProfile;<br>Method or attribute… 827 …PlayingState;<br>Method or attribute name: enum PlayingState<br>Old version information: |Class na… 828 …PlayingState;<br>Method or attribute name: STATE_NOT_PLAYING<br>Old version information: |Class na… 829 …PlayingState;<br>Method or attribute name: STATE_PLAYING<br>Old version information: |Class name: … 952 …: PlayingState;<br>Old version information: |Class name: A2dpSourceProfile;<br>Method or attribute…
|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/ |
H A D | js-apidiff-communication.md | 46 …Profile<br>Method or attribute name: getPlayingState(device: string): PlayingState;|@ohos.bluetoot… 355 |Added|NA|Module name: ohos.bluetoothManager<br>Class name: PlayingState|@ohos.bluetoothManager.d.t… 356 |Added|NA|Module name: ohos.bluetoothManager<br>Class name: PlayingState<br>Method or attribute nam… 357 |Added|NA|Module name: ohos.bluetoothManager<br>Class name: PlayingState<br>Method or attribute nam… 448 …g): PlayingState;<br>Deprecated version: N/A|Class name: A2dpSourceProfile<br>Method or attribute … 532 …PlayingState<br>Deprecated version: N/A|Class name: PlayingState<br>Deprecated version: 9<br>Subst…
|