Home
last modified time | relevance | path

Searched refs:PlayStatus (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h194 class PlayStatus { class in OHOS::Bluetooth::AvrcpCtResponse
196 PlayStatus(uint32_t songLength, uint32_t songPosition, uint8_t playStatus) in PlayStatus() function in OHOS::Bluetooth::AvrcpCtResponse::PlayStatus
199 ~PlayStatus() in ~PlayStatus()
206 PlayStatus() = delete;
360 uint8_t playStatus_ {AVRC_PLAY_STATUS_ERROR}; // The value of the "PlayStatus".
391 // The unique pointer to the <b>AvrcpCtResponse::PlayStatus</b> class.
392 std::unique_ptr<PlayStatus> playSts_ {nullptr};

Completed in 2 milliseconds