ObsSetImageSourceFile
C# Methods Reference
Signature
public void ObsSetImageSourceFile(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.ObsSetImageSourceFile(scene, source, file);
CPH.ObsSetImageSourceFile(scene, source, file, connection);