obs-studio/UI/goliveapi-postdata.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
325 B
C++
Raw Normal View History

2024-04-18 13:41:36 +00:00
#pragma once
#include <obs.hpp>
#include <optional>
#include <QString>
#include "models/multitrack-video.hpp"
GoLiveApi::PostData
constructGoLivePost(QString streamKey,
const std::optional<uint64_t> &maximum_aggregate_bitrate,
const std::optional<uint32_t> &maximum_video_tracks,
bool vod_track_enabled);