ObsCreateRecordChapter

Creates OBS Chapter marker while recording

Signature

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

Parameters

chapterName
string required

Enter the name for chapter to create

connection
int
Default:
0

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

Return Type

bool

Example

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