template <>
class NaturalSyncClientImpl
Defined at line 1706 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/natural_messaging.h
Public Methods
::fit::result< ::fidl::OneWayError> AddPayloadBuffer (::fidl::Request< ::fuchsia_media::StreamBufferSet::AddPayloadBuffer> request)
Adds a payload buffer to the current buffer set associated with the
connection. A `StreamPacket` struct reference a payload buffer in the
current set by ID using the `StreamPacket.payload_buffer_id` field.
A buffer with ID `id` must not be in the current set when this method is
invoked, otherwise the service will close the connection.
::fit::result< ::fidl::OneWayError> RemovePayloadBuffer (const ::fidl::Request< ::fuchsia_media::StreamBufferSet::RemovePayloadBuffer> & request)
Removes a payload buffer from the current buffer set associated with the
connection.
A buffer with ID `id` must exist in the current set when this method is
invoked, otherwise the service will will close the connection.