class FrameInfo
Defined at line 357 of file fidling/gen/sdk/fidl/fuchsia.ui.composition.internal/fuchsia.ui.composition.internal/cpp/fidl/fuchsia.ui.composition.internal/cpp/wire_types.h
Return fields of the [`GetNextFrame`] call. These fields hold the
frame’s information on buffer location, timing, and a way to release
after using it. All fields will be returned by the server.
Public Methods
void FrameInfo ()
Defined at line 359 of file fidling/gen/sdk/fidl/fuchsia.ui.composition.internal/fuchsia.ui.composition.internal/cpp/fidl/fuchsia.ui.composition.internal/cpp/wire_types.h
void FrameInfo (const FrameInfo & other)
Defined at line 360 of file fidling/gen/sdk/fidl/fuchsia.ui.composition.internal/fuchsia.ui.composition.internal/cpp/fidl/fuchsia.ui.composition.internal/cpp/wire_types.h
FrameInfo & operator= (const FrameInfo & other)
Defined at line 361 of file fidling/gen/sdk/fidl/fuchsia.ui.composition.internal/fuchsia.ui.composition.internal/cpp/fidl/fuchsia.ui.composition.internal/cpp/wire_types.h
void FrameInfo (FrameInfo && other)
Defined at line 362 of file fidling/gen/sdk/fidl/fuchsia.ui.composition.internal/fuchsia.ui.composition.internal/cpp/fidl/fuchsia.ui.composition.internal/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
void _CloseHandles ()
::fidl::WireTableBuilder< ::fuchsia_ui_composition_internal::wire::FrameInfo> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_ui_composition_internal::wire::FrameInfo> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_composition_internal::wire::FrameInfo>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
uint32_t & buffer_index ()
The index of the VMO where the requested frame has been rendered
in the buffer collection.
bool has_buffer_index ()
int64_t & capture_timestamp ()
The time that the buffer was populated with the frame.
bool has_capture_timestamp ()
::zx::eventpair & buffer_release_token ()
The release token for |buffer_index|. The client drops the eventpair
to signal to the server that |buffer_index| is free for writing.
If the eventpair is not dropped, then in the future calls to
[`GetNextFrame`], if there are no available buffers, the server will
wait until the client frees up a past buffer. If the client was holding
on to all buffers in the buffer collection and then
releases a buffer while hanging, the server will immediately return the
latest frame.
bool has_buffer_release_token ()
FrameInfo & operator= (FrameInfo && other)
Defined at line 363 of file fidling/gen/sdk/fidl/fuchsia.ui.composition.internal/fuchsia.ui.composition.internal/cpp/fidl/fuchsia.ui.composition.internal/cpp/wire_types.h
void ~FrameInfo ()
Defined at line 365 of file fidling/gen/sdk/fidl/fuchsia.ui.composition.internal/fuchsia.ui.composition.internal/cpp/fidl/fuchsia.ui.composition.internal/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder