template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2550 of file fidling/gen/sdk/fidl/fuchsia.audio/fuchsia.audio/cpp/fidl/fuchsia.audio/cpp/wire_types.h
Public Methods
::fuchsia_audio::wire::StreamSinkStartSegmentRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_segment_id ()
void clear_segment_id ()
Clears the segment_id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & segment_id ()
Identifies the segment. New segment IDs for a given connection must always be strictly
increasing. This field is required.
BuilderImpl & segment_id (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
Identifies the segment. New segment IDs for a given connection must always be strictly
increasing. This field is required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_audio::wire::StreamSinkStartSegmentRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio::wire::StreamSinkStartSegmentRequest>> && frame)