template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2492 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/cpp/fidl/fuchsia.ui.composition/cpp/wire_types.h
Public Methods
::fuchsia_ui_composition::wire::ScreenCaptureConfig Build ()
Build and return the table. The builder should not be used after this.
bool has_import_token ()
void clear_import_token ()
Clears the import_token field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_ui_composition::wire::BufferCollectionImportToken & import_token ()
The import token referencing a BufferCollection registered with
Allocator. Required.
BuilderImpl & import_token (::fuchsia_ui_composition::wire::BufferCollectionImportToken elem)
The import token referencing a BufferCollection registered with
Allocator. Required.
bool has_size ()
void clear_size ()
Clears the size field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_math::wire::SizeU & size ()
The size of the image in pixels. Required.
BuilderImpl & size (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_math::wire::SizeU>> elem)
The size of the image in pixels. Required.
bool has_buffer_count ()
void clear_buffer_count ()
Clears the buffer_count field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & buffer_count ()
The number of buffers in the BufferCollection. Required.
BuilderImpl & buffer_count (uint32_t elem)
The number of buffers in the BufferCollection. Required.
bool has_rotation ()
void clear_rotation ()
Clears the rotation field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_ui_composition::wire::Rotation & rotation ()
The rotation to be applied to the stream of images. Optional; if absent no rotation is
applied.
BuilderImpl & rotation (::fuchsia_ui_composition::wire::Rotation elem)
The rotation to be applied to the stream of images. Optional; if absent no rotation is
applied.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_ui_composition::wire::ScreenCaptureConfig, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_composition::wire::ScreenCaptureConfig>> && frame)