14#ifndef FFMPEGGRABBER_PARAMSPARSER_H
15#define FFMPEGGRABBER_PARAMSPARSER_H
This class is the parameters parser for class FfmpegGrabber.
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
const std::string m_devname_defaultValue
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
const std::string m_nodelay_defaultValue
const parser_version_type m_parser_version
~FfmpegGrabber_ParamsParser() override=default
const std::string m_sync_defaultValue
const std::string m_ieee1394_defaultValue
const std::string m_device_name
const std::string m_channels_defaultValue
const std::string m_channel_defaultValue
const std::string m_audio_rate_defaultValue
const std::string m_time_base_den_defaultValue
const std::string m_v4ldevice_defaultValue
std::string getDeviceName() const override
Get the name of the device (i.e.
FfmpegGrabber_ParamsParser()
const std::string m_standard_defaultValue
const std::string m_v4l1_defaultValue
const std::string m_v4l_defaultValue
const std::string m_audio_defaultValue
const std::string m_width_defaultValue
const std::string m_pace_defaultValue
const std::string m_height_defaultValue
const std::string m_v4l2_defaultValue
const std::string m_loop_defaultValue
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
const std::string m_device_classname
const std::string m_time_base_num_defaultValue
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
const std::string m_source_defaultValue
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.