ObsCreateRecordChapter

Creates OBS Chapter marker while recording

Signature

public bool ObsCreateRecordChapter(string chapterName, int connection = 0)

Parameters

chapterName
string required

No description provided.

connection
int
Default:
0

No description provided.

Return Type

bool

Example

CPH.ObsCreateRecordChapter(chapterName);
CPH.ObsCreateRecordChapter(chapterName, connection);