class GraphStartResponse
Defined at line 1357 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
Public Methods
void GraphStartResponse (Storage_ storage)
void GraphStartResponse ()
Defined at line 1362 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
void GraphStartResponse (GraphStartResponse && )
Defined at line 1363 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
void GraphStartResponse (const GraphStartResponse & other)
GraphStartResponse & operator= (GraphStartResponse && )
Defined at line 1364 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
GraphStartResponse & operator= (const GraphStartResponse & other)
bool operator== (const GraphStartResponse & other)
bool operator!= (const GraphStartResponse & other)
bool IsEmpty ()
const std::optional<int64_t> & system_time ()
The system time when the producer or consumer was actually started.
Required.
::std::optional<int64_t> & system_time ()
The system time when the producer or consumer was actually started.
Required.
GraphStartResponse & system_time (std::optional<int64_t> value)
The system time when the producer or consumer was actually started.
Required.
const std::optional<int64_t> & reference_time ()
The reference time when the producer or consumer was actually started.
Required.
::std::optional<int64_t> & reference_time ()
The reference time when the producer or consumer was actually started.
Required.
GraphStartResponse & reference_time (std::optional<int64_t> value)
The reference time when the producer or consumer was actually started.
Required.
const std::optional<int64_t> & stream_time ()
The stream time at which the producer or consumer was actually started.
Required.
::std::optional<int64_t> & stream_time ()
The stream time at which the producer or consumer was actually started.
Required.
GraphStartResponse & stream_time (std::optional<int64_t> value)
The stream time at which the producer or consumer was actually started.
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.
GraphStartResponse & packet_timestamp (std::optional<int64_t> value)
The packet timestamp that corresponds to `stream_time`.
Required.
void GraphStartResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits