ark::image::VideoStreamState

Defined in header “ark/image/video_device.hh”.


Maintains state/buffers for an individual stream.

Variables

  • VideoBufferConfiguration buffer_config
    Buffer configuration for the device. Set after configuration.

  • VideoStreamConfiguration stream_config
    The video stream configuration. Copied from the primary configuration.

  • VideoStreamType stream_type
    The stream type for this state.

  • std::map< size_t, VideoBufferPtr > buffers
    Keeps track of all of the outstanding buffers.