31 #ifndef VIDEOOUTPUTPORTCONFIG_HPP_
32 #define VIDEOOUTPUTPORTCONFIG_HPP_
49 std::vector<PixelResolution> _vPixelResolutions;
50 std::vector<AspectRatio> _vAspectRatios;
51 std::vector<StereoScopicMode> _vStereoScopieModes;
52 std::vector<VideoResolution> _supportedResolutions;
53 std::vector<FrameRate> _vFrameRates;
54 std::vector<VideoOutputPortType> _vPortTypes;
55 std::vector<VideoOutputPort> _vPorts;
68 const FrameRate &getFrameRate(
int id)
const;