class StreamProperties2

Defined at line 548 of file fidling/gen/sdk/fidl/fuchsia.camera3/fuchsia.camera3/cpp/fidl/fuchsia.camera3/cpp/wire_types.h

Describes the properties of a given stream.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_camera3::wire::StreamProperties2> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_camera3::wire::StreamProperties2> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_camera3::wire::StreamProperties2>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void StreamProperties2 ()

Defined at line 550 of file fidling/gen/sdk/fidl/fuchsia.camera3/fuchsia.camera3/cpp/fidl/fuchsia.camera3/cpp/wire_types.h

void StreamProperties2 (const StreamProperties2 & other)

Defined at line 551 of file fidling/gen/sdk/fidl/fuchsia.camera3/fuchsia.camera3/cpp/fidl/fuchsia.camera3/cpp/wire_types.h

StreamProperties2 & operator= (const StreamProperties2 & other)

Defined at line 552 of file fidling/gen/sdk/fidl/fuchsia.camera3/fuchsia.camera3/cpp/fidl/fuchsia.camera3/cpp/wire_types.h

void StreamProperties2 (StreamProperties2 && other)

Defined at line 553 of file fidling/gen/sdk/fidl/fuchsia.camera3/fuchsia.camera3/cpp/fidl/fuchsia.camera3/cpp/wire_types.h

::fuchsia_sysmem::wire::ImageFormat2 & image_format ()

Describes the native image format used by a stream.

bool has_image_format ()
::fuchsia_camera3::wire::FrameRate & frame_rate ()

Describes the framerate used by a stream.

bool has_frame_rate ()
StreamProperties2 & operator= (StreamProperties2 && other)

Defined at line 554 of file fidling/gen/sdk/fidl/fuchsia.camera3/fuchsia.camera3/cpp/fidl/fuchsia.camera3/cpp/wire_types.h

bool & supports_crop_region ()

Indicates whether a stream supports the SetCropRegion method.

bool has_supports_crop_region ()
::fidl::VectorView< ::fuchsia_math::wire::Size> & supported_resolutions ()

Describes the precise resolutions supported by a stream, i.e. those for which SetResolution

results in a WatchResolution callback of the same value. If empty, it indicates that the

stream supports arbitrary resolutions. If non-empty, the list contains at least one element

reflecting the native resolution specified by |image_format|.

bool has_supported_resolutions ()
void ~StreamProperties2 ()

Defined at line 556 of file fidling/gen/sdk/fidl/fuchsia.camera3/fuchsia.camera3/cpp/fidl/fuchsia.camera3/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder