template <>
class WireTableBuilder
Defined at line 2594 of file fidling/gen/sdk/fidl/fuchsia.audio/fuchsia.audio/cpp/fidl/fuchsia.audio/cpp/wire_types.h
Public Methods
template <typename First = int64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<int64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_audio::wire::StreamSinkStartSegmentRequest> & segment_id (First && first, Args &&... args_)
Identifies the segment. New segment IDs for a given connection must always be strictly
increasing. This field is required.
Defined at line 2608 of file fidling/gen/sdk/fidl/fuchsia.audio/fuchsia.audio/cpp/fidl/fuchsia.audio/cpp/wire_types.h
Friends
template <>
class StreamSinkStartSegmentRequest