Skip to content

DLL - OBS Plugins

by StreamUP
DLL

StreamUP Plugin

Gets the output file path for OBS.

cs
bool ObsGetOutputFilePath(int obsConnection, out string filePath)

Gets the current bitrate from OBS.

cs
bool ObsGetCurrentBitrate(int obsConnection, out string bitrate)

BBCode Methods

Sets BBC code text.

cs
SetBBCodeText(string text, string sourceName, int connection = 0)

Sets BBC code variable.

cs
SetBBCodeVar(string varName, string value, int connection = 0)

Sets BBCode font and styling tags.

cs
SetGlobalTags(string tags, string source, int connection = 0)

Gets BBC code text.

cs
GetBBCodeText(string sourceName, int connection = 0)

Gets global tags.

cs
GetGlobalTags(string sourceName, int connection = 0)

Gets BBC code variable.

cs
GetBBCodeVar(string varName, int connection = 0)