class GraphStopResponse

Defined at line 1553 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h

Public Methods

void GraphStopResponse (Storage_ storage)
void GraphStopResponse ()

Defined at line 1558 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h

void GraphStopResponse (GraphStopResponse && )

Defined at line 1559 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h

void GraphStopResponse (const GraphStopResponse & other)
GraphStopResponse & operator= (GraphStopResponse && )

Defined at line 1560 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h

GraphStopResponse & operator= (const GraphStopResponse & other)
bool operator== (const GraphStopResponse & other)
bool operator!= (const GraphStopResponse & other)
bool IsEmpty ()
const std::optional<int64_t> & system_time ()

The system time when the producer or consumer was actually stopped.

Required.

::std::optional<int64_t> & system_time ()

The system time when the producer or consumer was actually stopped.

Required.

GraphStopResponse & system_time (std::optional<int64_t> value)

The system time when the producer or consumer was actually stopped.

Required.

const std::optional<int64_t> & reference_time ()

The reference time when the producer or consumer was actually stopped.

Required.

::std::optional<int64_t> & reference_time ()

The reference time when the producer or consumer was actually stopped.

Required.

GraphStopResponse & reference_time (std::optional<int64_t> value)

The reference time when the producer or consumer was actually stopped.

Required.

const std::optional<int64_t> & stream_time ()

The stream time at which the producer or consumer was actually stopped.

Required.

::std::optional<int64_t> & stream_time ()

The stream time at which the producer or consumer was actually stopped.

Required.

GraphStopResponse & stream_time (std::optional<int64_t> value)

The stream time at which the producer or consumer was actually stopped.

Required.

const std::optional<int64_t> & packet_timestamp ()

The packet timestamp that corresponds to `stream_time`.

Required.

::std::optional<int64_t> & packet_timestamp ()

The packet timestamp that corresponds to `stream_time`.

Required.

GraphStopResponse & packet_timestamp (std::optional<int64_t> value)

The packet timestamp that corresponds to `stream_time`.

Required.

void GraphStopResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits