1
0

GoLiveAPI_PostData.hpp 315 B

123456789101112
  1. #pragma once
  2. #include "models/multitrack-video.hpp"
  3. #include <obs.hpp>
  4. #include <QString>
  5. #include <optional>
  6. GoLiveApi::PostData constructGoLivePost(QString streamKey, const std::optional<uint64_t> &maximum_aggregate_bitrate,
  7. const std::optional<uint32_t> &maximum_video_tracks, bool vod_track_enabled);