class Player_PlaySound_Result

Defined at line 405 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_PlaySound_Result ()
void Player_PlaySound_Result (Player_PlaySound_Result && )
bool is_response ()

Defined at line 436 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h

Player_PlaySound_Result & operator= (Player_PlaySound_Result && )
Player_PlaySound_Result WithResponse (::fuchsia::media::sounds::Player_PlaySound_Response && )
Player_PlaySound_Result WithErr (::fuchsia::media::sounds::PlaySoundError && )
::std::unique_ptr<Player_PlaySound_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Player_PlaySound_Result * value, size_t offset)
zx_status_t Clone (Player_PlaySound_Result * result)
bool has_invalid_tag ()

Defined at line 432 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h

::fuchsia::media::sounds::Player_PlaySound_Response & response ()

Defined at line 438 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h

const ::fuchsia::media::sounds::Player_PlaySound_Response & response ()

Defined at line 443 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 449 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 451 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 456 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h

::fuchsia::media::sounds::Player_PlaySound_Result::Tag Which ()

Defined at line 462 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 468 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h

void Player_PlaySound_Result (fpromise::ok_result<void> && result)

Defined at line 473 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h

void Player_PlaySound_Result (fpromise::error_result< ::fuchsia::media::sounds::PlaySoundError> && result)

Defined at line 476 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h

void Player_PlaySound_Result (fpromise::result<void, ::fuchsia::media::sounds::PlaySoundError> && result)

Defined at line 479 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h

fpromise::result<void, ::fuchsia::media::sounds::PlaySoundError> operator result ()

Defined at line 487 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h

void ~Player_PlaySound_Result ()
Player_PlaySound_Result & set_response (::fuchsia::media::sounds::Player_PlaySound_Response value)
Player_PlaySound_Result & set_err (::fuchsia::media::sounds::PlaySoundError value)

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 418 of file fidling/gen/sdk/fidl/fuchsia.media.sounds/fuchsia.media.sounds/hlcpp/fuchsia/media/sounds/cpp/fidl.h

Friends

class Equality