mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-24 06:08:43 -05:00
10 lines
312 B
C++
10 lines
312 B
C++
#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);
|