#include <XLinkOutProperties.hpp>

Public Attributes | |
| float | maxFpsLimit = -1 |
| bool | metadataOnly = false |
| std::string | streamName |
Additional Inherited Members | |
Public Member Functions inherited from dai::PropertiesSerializable< Properties, XLinkOutProperties > | |
| virtual std::unique_ptr< Properties > | clone () const override |
| virtual void | serialize (std::vector< std::uint8_t > &data, SerializationType type=SerializationType::LIBNOP) const override |
Public Member Functions inherited from dai::Properties | |
| virtual std::unique_ptr< Properties > | clone () const =0 |
| virtual | ~Properties ()=default |
Specify properties for XLinkOut such as stream name, ...
Definition at line 10 of file XLinkOutProperties.hpp.
| float dai::XLinkOutProperties::maxFpsLimit = -1 |
Set a limit to how many packets will be sent further to host
Definition at line 14 of file XLinkOutProperties.hpp.
| bool dai::XLinkOutProperties::metadataOnly = false |
Whether to transfer data or only object attributes
Definition at line 24 of file XLinkOutProperties.hpp.
| std::string dai::XLinkOutProperties::streamName |
Name of stream
Definition at line 19 of file XLinkOutProperties.hpp.