Method BeginRecording
BeginRecording(RecordingSession)
Starts a new recording session. Callback is invoked once when the recording session starts.
Declaration
protected override bool BeginRecording(RecordingSession session)
Parameters
Type | Name | Description |
---|---|---|
RecordingSession | session | The newly created recording session. |
Returns
Type | Description |
---|---|
bool | True if recording can start, False otherwise. |
Overrides
Exceptions
Type | Condition |
---|---|
Exception | Throws if there is already a recording session running. |