class SingleBufferSettings
Defined at line 2166 of file fidling/gen/sdk/fidl/fuchsia.sysmem/fuchsia.sysmem/hlcpp/fuchsia/sysmem/cpp/fidl.h
After the initial buffer allocation, it's allowed to close old buffers and
allocate new buffers. When a new buffer is allocated its settings can
differ from the rest of the buffers in the collection, and the single
buffer's settings are delivered via OnSingleBufferAllocated() using this
struct:
Public Members
BufferMemorySettings buffer_settings
bool has_image_format_constraints
ImageFormatConstraints image_format_constraints
Public Methods
::std::unique_ptr<SingleBufferSettings> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SingleBufferSettings * value, size_t _offset)
zx_status_t Clone (SingleBufferSettings * result)