ObsSetMediaSourceFile

C# Methods Reference

Signature

public void ObsSetMediaSourceFile(string scene, string source, string file, int connection = 0)

Parameters

scene
string required

No description provided.

source
string required

No description provided.

file
string required

No description provided.

connection
int

No description provided.

Return Type

void

Example

CPH.ObsSetMediaSourceFile(scene, source, file);
CPH.ObsSetMediaSourceFile(scene, source, file, connection);