template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 472 of file fidling/gen/sdk/fidl/fuchsia.media.sessions2/fuchsia.media.sessions2/cpp/fidl/fuchsia.media.sessions2/cpp/wire_types.h

Public Methods

::fuchsia_media_sessions2::wire::MediaImage Build ()

Build and return the table. The builder should not be used after this.

bool has_image_type ()
void clear_image_type ()

Clears the image_type field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_media_sessions2::wire::MediaImageType & image_type ()

Getter for image_type.

BuilderImpl & image_type (::fuchsia_media_sessions2::wire::MediaImageType elem)

Setter for image_type.

bool has_sizes ()
void clear_sizes ()

Clears the sizes field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_media_sessions2::wire::ImageSizeVariant> & sizes ()

Available variants of the image.

BuilderImpl & sizes (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_media_sessions2::wire::ImageSizeVariant>>> elem)

Available variants of the image.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_media_sessions2::wire::MediaImage, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_media_sessions2::wire::MediaImage>> && frame)

Records