template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 187 of file fidling/gen/sdk/fidl/fuchsia.ui.composition.internal/fuchsia.ui.composition.internal/cpp/fidl/fuchsia.ui.composition.internal/cpp/wire_types.h
Public Methods
::fuchsia_ui_composition_internal::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 the
Allocator.
Required.
BuilderImpl & import_token (::fuchsia_ui_composition::wire::BufferCollectionImportToken elem)
The import token referencing a BufferCollection registered with the
Allocator.
Required.
bool has_image_size ()
void clear_image_size ()
Clears the image_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 & image_size ()
The size of the image in pixels: width and height.
This should be the width and height calculated after the
rotation that will be applied.
Required.
BuilderImpl & image_size (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_math::wire::SizeU>> elem)
The size of the image in pixels: width and height.
This should be the width and height calculated after the
rotation that will be applied.
Required.
bool has_image_rotation ()
void clear_image_rotation ()
Clears the image_rotation field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_ui_composition_internal::wire::ScreenCaptureRotation & image_rotation ()
The rotation applied to the stream of images.
Defaults to CW_0_DEGREES (no rotation).
Optional.
BuilderImpl & image_rotation (::fuchsia_ui_composition_internal::wire::ScreenCaptureRotation elem)
The rotation applied to the stream of images.
Defaults to CW_0_DEGREES (no rotation).
Optional.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_ui_composition_internal::wire::ScreenCaptureConfig, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_composition_internal::wire::ScreenCaptureConfig>> && frame)