API reference
API reference
Select your platform
No SDKs available
No versions available

OVR_AbuseReportVideoMode.h File

Determines under what circumstances the frontend UI will attempt to gather video evidence to support a report, and the object_type is defined in ovr_AdvancedAbuseReportOptions_SetObjectType(). This setting is crucial in ensuring that the reporting process is thorough and accurate, as video evidence can provide valuable context and proof of misconduct.

Enumeration Types

Enumeration ovrAbuseReportVideoMode_

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.
ovrAbuseReportVideoMode_Unknown
No description available
ovrAbuseReportVideoMode_Collect
The UI will collect video evidence if the object_type supports it, the object_type is defined in ovr_AdvancedAbuseReportOptions_SetObjectType().
ovrAbuseReportVideoMode_Optional
The UI will try to collect video evidence if the object_type supports it, but will allow the user to skip that step if they wish.
ovrAbuseReportVideoMode_Skip
The UI will not collect video evidence.

Typedefs

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.

Functions

Converts an ovrAbuseReportVideoMode enum value to a string The returned string does not need to be freed
Converts a string representing an ovrAbuseReportVideoMode to the actual enum value and returns the value.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon