class Stream

Defined at line 1544 of file fidling/gen/sdk/fidl/fuchsia.camera/fuchsia.camera/hlcpp/fuchsia/camera/cpp/fidl.h

Public Methods

void ~Stream ()
void Start ()

Starts the streaming of frames.

void Stop ()

Stops the streaming of frames.

void ReleaseFrame (uint32_t buffer_id)

Unlocks the specified frame, allowing the driver to reuse the memory.