class Player_PlaySound2_Result
Defined at line 512 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void Player_PlaySound2_Result ()
void Player_PlaySound2_Result (Player_PlaySound2_Result && )
::std::unique_ptr<Player_PlaySound2_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Player_PlaySound2_Result * value, size_t offset)
zx_status_t Clone (Player_PlaySound2_Result * result)
bool has_invalid_tag ()
Defined at line 541 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
bool is_response ()
Defined at line 545 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
::fuchsia::media::sounds::Player_PlaySound2_Response & response ()
Defined at line 547 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
const ::fuchsia::media::sounds::Player_PlaySound2_Response & response ()
Defined at line 552 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
bool is_err ()
Defined at line 558 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
::fuchsia::media::sounds::PlaySoundError & err ()
Defined at line 560 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
const ::fuchsia::media::sounds::PlaySoundError & err ()
Defined at line 565 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
bool is_framework_err ()
Defined at line 571 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 573 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 578 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
::fuchsia::media::sounds::Player_PlaySound2_Result::Tag Which ()
Defined at line 584 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
fidl_xunion_tag_t Ordinal ()
You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need
access to the raw integral ordinal value.
Defined at line 590 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
void Player_PlaySound2_Result (fpromise::ok_result<void> && result)
Defined at line 595 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
void Player_PlaySound2_Result (fpromise::error_result< ::fuchsia::media::sounds::PlaySoundError> && result)
Defined at line 598 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
void Player_PlaySound2_Result (fpromise::result<void, ::fuchsia::media::sounds::PlaySoundError> && result)
Defined at line 601 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
Player_PlaySound2_Result WithResponse (::fuchsia::media::sounds::Player_PlaySound2_Response && )
Player_PlaySound2_Result WithErr (::fuchsia::media::sounds::PlaySoundError && )
Player_PlaySound2_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result<void, std::variant< ::fuchsia::media::sounds::PlaySoundError, ::fidl::FrameworkErr>> operator result ()
Defined at line 609 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
void ~Player_PlaySound2_Result ()
Player_PlaySound2_Result & operator= (Player_PlaySound2_Result && )
Player_PlaySound2_Result & set_response (::fuchsia::media::sounds::Player_PlaySound2_Response value)
Player_PlaySound2_Result & set_err (::fuchsia::media::sounds::PlaySoundError value)
Player_PlaySound2_Result & set_framework_err (::fidl::FrameworkErr value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| kFrameworkErr | 3 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 526 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h
Friends
class Equality