class MediaButtonsReport

Defined at line 2146 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h

`MediaButtonsReport` describes the media buttons event delivered from the event stream.

Each bool in the report represents a single button where true means the button

is being pressed. A single report should be sent on every state change.

Public Members

bool volume_up
bool volume_down
bool mic_mute
bool reset
bool pause
bool camera_disable

Public Methods

::std::unique_ptr<MediaButtonsReport> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, MediaButtonsReport * value, size_t _offset)
zx_status_t Clone (MediaButtonsReport * result)