Method ValidateRecording
ValidateRecording(RecordingContext, List<string>, List<string>)
Populates the lists of errors and warnings for a given encoder context.
Declaration
void ValidateRecording(RecordingContext ctx, List<string> errors, List<string> warnings)
Parameters
Type | Name | Description |
---|---|---|
RecordingContext | ctx | The context of the current recording. |
List<string> | errors | The list of errors to append to. |
List<string> | warnings | The list of warnings to append to. |