An open movie. More...
#include <memory>
#include <string>
#include <vector>
#include <cras_cpp_common/expected.hpp>
#include <cras_cpp_common/log_utils.h>
#include <movie_publisher/movie_info.h>
#include <movie_publisher/movie_metadata_processor.h>
#include <movie_publisher/movie_open_config.h>
#include <movie_publisher/movie_playback_state.h>
#include <movie_publisher/types.h>
#include <ros/duration.h>
#include <sensor_msgs/image_encodings.h>
#include <sensor_msgs/Image.h>
Go to the source code of this file.
Classes | |
class | movie_publisher::Movie |
An open movie that can be read, seeked and closed. More... | |
Namespaces | |
movie_publisher | |
Typedefs | |
using | movie_publisher::MovieConstPtr = std::shared_ptr< const Movie > |
using | movie_publisher::MoviePtr = std::shared_ptr< Movie > |
An open movie.
Definition in file movie.h.