public bool ObsCreateRecordChapter(string chapterName, int connection = 0)
Enter the name for chapter to create
0
Enter the connection index number (0 is a fallback for the Default connection)
bool
CPH.ObsCreateRecordChapter(chapterName);
CPH.ObsCreateRecordChapter(chapterName, connection);