ObsCreateRecordChapter

Creates OBS Chapter marker while recording

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

Enter the name for chapter to create

connection
int

Enter the connection index number (0 is a fallback for the Default connection)

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