SCVideoStreamAnalyzer.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new SCVideoStreamAnalyzer instance with the specified particant and stream direction.
public static SensitiveContentAnalysis.SCVideoStreamAnalyzer? Create(string participantUuid, SensitiveContentAnalysis.SCVideoStreamAnalyzerStreamDirection streamDirection, out Foundation.NSError? error);
static member Create : string * SensitiveContentAnalysis.SCVideoStreamAnalyzerStreamDirection * NSError -> SensitiveContentAnalysis.SCVideoStreamAnalyzer
Parameters
- participantUuid
- String
The unique identifier for a participant in the conference call.
- streamDirection
- SCVideoStreamAnalyzerStreamDirection
Specifies whether the stream comes from the local camera or a remote location.
- error
- NSError
The error object if an error occurs.
Returns
A new SCVideoStreamAnalyzer instance with the specified particant and stream direction if successful, null otherwise.