class CaptionsSettings

Defined at line 601 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h

What kind of sources get closed captions, and how they look.

Public Methods

void CaptionsSettings ()

Defined at line 603 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h

void CaptionsSettings (const CaptionsSettings & other)

Defined at line 604 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h

CaptionsSettings & operator= (const CaptionsSettings & other)

Defined at line 605 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h

void CaptionsSettings (CaptionsSettings && other)

Defined at line 606 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_settings::wire::CaptionsSettings> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_settings::wire::CaptionsSettings> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_settings::wire::CaptionsSettings>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

bool & for_media ()

Closed captions enabled for media sources of audio.

bool has_for_media ()
bool & for_tts ()

Closed captions enabled for Text-To-Speech sources of audio.

bool has_for_tts ()
::fuchsia_settings::wire::CaptionFontStyle & font_style ()

Font style and color used for the closed captions text.

bool has_font_style ()
CaptionsSettings & operator= (CaptionsSettings && other)

Defined at line 607 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h

::fuchsia_ui_types::wire::ColorRgba & window_color ()

Border color used around the closed captions window.

Each color channel should be a finite number otherwise will cause

SetAccessibilityInfo to fail with INVALID_VALUE.

bool has_window_color ()
::fuchsia_ui_types::wire::ColorRgba & background_color ()

Background color of the closed captions window.

Each color channel should be a finite number otherwise will cause

SetAccessibilityInfo to fail with INVALID_VALUE.

bool has_background_color ()
void ~CaptionsSettings ()

Defined at line 609 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder