Home
last modified time | relevance | path

Searched refs:PlayingState (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server_state.cpp313 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 Dplayer_server_state.h115 class PlayerServer::PlayingState : public PlayerServer::BaseState {
117 explicit PlayingState(PlayerServer &server) : BaseState(server, "playing_state") {} in PlayingState() function
118 ~PlayingState() = default;
H A Dplayer_server.h151 class PlayingState; variable
159 std::shared_ptr<PlayingState> playingState_;
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dplaying_state.h27 class PlayingState : public State {
29 …explicit PlayingState(StateId stateId, PlayExecutor& executor) : State(stateId, "PlayingState", ex… in PlayingState() function
33 ~PlayingState() override = default;
H A Dstate_machine.cpp42 AddState(std::make_shared<PlayingState>(StateId::PLAYING, executor)); in StateMachine()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-a2dp.md73 getPlayingState(deviceId: string): PlayingState
91 | [PlayingState](#playingstate) | 远端设备的播放状态。 |
120 ## PlayingState section
H A Djs-apis-bluetooth.md1544 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 DProfile功能界面使用说明文档.md21 | 获取播放状态 | getPlayingState | (device: string) | PlayingState(枚举) | |
45 >enum PlayingState {
206 | 获取播放状态 | getPlayingState | (device: string) | PlayingState(枚举) | |
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_profile.cpp104 …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 Djs-apis-bluetooth-a2dp.md60 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 Dchangelogs-bluetooth.md67 …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 Dnapi_bluetooth_a2dp_src.cpp186 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 Dchangelogs-bluetooth.md67 … | 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 Djs-apidiff-communicate.md173 | 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 Dnapi_bluetooth_utils.h395 enum PlayingState { enum
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-communicate.md173 | 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 Djs-apidiff-communication.md58 |新增|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(…
827PlayingState;<br>方法or属性:enum PlayingState<br>旧版本信息:|类名:PlayingState;<br>方法or属性:enum PlayingState<b…
828PlayingState;<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 Djs-apidiff-communication.md46 …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 Djs-apidiff-communicate.md156 | ohos.bluetooth | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | 废弃 |
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-communicate.md156 | ohos.bluetooth | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | Deprecated|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.10.1/
H A Dchangelogs-bluetooth.md177 |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 Dchangelogs-bluetooth.md177 |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 Djs-apidiff-communication.md131 |新增|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(…
1297PlayingState;<br>方法or属性:enum PlayingState<br>旧版本信息:|类名:PlayingState;<br>方法or属性:enum PlayingState<b…
1298PlayingState;<br>方法or属性:STATE_NOT_PLAYING<br>旧版本信息:|类名:PlayingState;<br>方法or属性:STATE_NOT_PLAYING<b…
1299PlayingState;<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 Djs-apidiff-communication.md58 …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…
827PlayingState;<br>Method or attribute name: enum PlayingState<br>Old version information: |Class na…
828PlayingState;<br>Method or attribute name: STATE_NOT_PLAYING<br>Old version information: |Class na…
829PlayingState;<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 Djs-apidiff-communication.md46 …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 …
532PlayingState<br>Deprecated version: N/A|Class name: PlayingState<br>Deprecated version: 9<br>Subst…

12