Classes

struct  OculusInitParams
 
struct  ovrKeyValuePair
 
struct  ovrMatchmakingCriterion
 
struct  ovrMatchmakingCustomQueryData
 
struct  ovrNetSyncVec3
 

Public Member Functions

static bool ovr_UnityInitWrapper (string appId)
 
static void ovr_UnityInitGlobals (IntPtr loggingCB)
 
static ulong ovr_UnityInitWrapperAsynchronous (string appId)
 
static bool ovr_UnityInitWrapperStandalone (string accessToken, IntPtr loggingCB)
 
static ulong ovr_Platform_InitializeStandaloneOculus (ref OculusInitParams init)
 
static ulong ovr_PlatformInitializeWithAccessToken (UInt64 appId, string accessToken)
 
static bool ovr_UnityInitWrapperWindows (string appId, IntPtr loggingCB)
 
static ulong ovr_UnityInitWrapperWindowsAsynchronous (string appId, IntPtr loggingCB)
 
static bool ovr_SetDeveloperAccessToken (string accessToken)
 
static IntPtr ovr_PopMessage ()
 
static void ovr_FreeMessage (IntPtr message)
 
static IntPtr ovr_Voip_CreateEncoder ()
 
static void ovr_Voip_DestroyEncoder (IntPtr encoder)
 
static IntPtr ovr_Voip_CreateDecoder ()
 
static void ovr_Voip_DestroyDecoder (IntPtr decoder)
 
static void ovr_VoipDecoder_Decode (IntPtr obj, byte[] compressedData, ulong compressedSize)
 
static IntPtr ovr_Microphone_Create ()
 
static void ovr_Microphone_Destroy (IntPtr obj)
 
static void ovr_Voip_SetSystemVoipPassthrough (bool passthrough)
 
static void ovr_Voip_SetSystemVoipMicrophoneMuted (VoipMuteState muted)
 
static void ovr_UnityResetTestPlatform ()
 
static ulong ovr_HTTP_GetWithMessageType (string url, int messageType)
 
static void ovr_CrashApplication ()
 
delegate void FilterCallback ([MarshalAs(UnmanagedType.LPArray, SizeConst=VoipFilterBufferSize), In, Out] short[] pcmData, UIntPtr pcmDataLength, int frequency, int numChannels)
 
static void ovr_Voip_SetMicrophoneFilterCallback (FilterCallback cb)
 
static void ovr_Voip_SetMicrophoneFilterCallbackWithFixedSizeBuffer (FilterCallback cb, UIntPtr bufferSizeElements)
 
static void ovr_Log_NewEvent (IntPtr eventName, IntPtr[] values, UIntPtr length)
 
static IntPtr ovr_ApplicationLifecycle_GetLaunchDetails ()
 
static bool ovr_HTTP_Write (ulong transferId, byte[] bytes, UIntPtr length)
 
static void ovr_HTTP_WriteEOM (ulong transferId)
 
static UIntPtr ovr_NetSync_GetAmbisonicFloatPCM (long connection_id, float[] outputBuffer, UIntPtr outputBufferNumElements)
 
static UIntPtr ovr_NetSync_GetAmbisonicInt16PCM (long connection_id, Int16[] outputBuffer, UIntPtr outputBufferNumElements)
 
static UIntPtr ovr_NetSync_GetAmbisonicInterleavedFloatPCM (long connection_id, float[] outputBuffer, UIntPtr outputBufferNumElements)
 
static UIntPtr ovr_NetSync_GetAmbisonicInterleavedInt16PCM (long connection_id, Int16[] outputBuffer, UIntPtr outputBufferNumElements)
 
static bool ovr_NetSync_GetListenerPosition (long connection_id, UInt64 sessionId, ref ovrNetSyncVec3 position)
 
static UIntPtr ovr_NetSync_GetMonostreamFloatPCM (long connection_id, UInt64 sessionId, float[] outputBuffer, UIntPtr outputBufferNumElements)
 
static UIntPtr ovr_NetSync_GetMonostreamInt16PCM (long connection_id, UInt64 session_id, Int16[] outputBuffer, UIntPtr outputBufferNumElements)
 
static UIntPtr ovr_NetSync_GetPcmBufferMaxSamples ()
 
static bool ovr_NetSync_GetVoipAmplitude (long connection_id, UInt64 sessionId, ref float amplitude)
 
static void ovr_NetSync_SetListenerPosition (long connection_id, ref ovrNetSyncVec3 position)
 
static void ovr_Net_Accept (UInt64 peerID)
 
static bool ovr_Net_AcceptForCurrentRoom ()
 
static void ovr_Net_Close (UInt64 peerID)
 
static void ovr_Net_CloseForCurrentRoom ()
 
static void ovr_Net_Connect (UInt64 peerID)
 
static bool ovr_Net_IsConnected (UInt64 peerID)
 
static ulong ovr_Net_Ping (UInt64 peerID)
 
static IntPtr ovr_Net_ReadPacket ()
 
static bool ovr_Net_SendPacket (UInt64 userID, UIntPtr length, byte[] bytes, SendPolicy policy)
 
static bool ovr_Net_SendPacketToCurrentRoom (UIntPtr length, byte[] bytes, SendPolicy policy)
 
static int ovr_Party_PluginGetSharedMemHandle ()
 
static VoipMuteState ovr_Party_PluginGetVoipMicrophoneMuted ()
 
static bool ovr_Party_PluginGetVoipPassthrough ()
 
static SystemVoipStatus ovr_Party_PluginGetVoipStatus ()
 
static void ovr_Voip_Accept (UInt64 userID)
 
static VoipDtxState ovr_Voip_GetIsConnectionUsingDtx (UInt64 peerID)
 
static VoipBitrate ovr_Voip_GetLocalBitrate (UInt64 peerID)
 
static UIntPtr ovr_Voip_GetOutputBufferMaxSize ()
 
static UIntPtr ovr_Voip_GetPCM (UInt64 senderID, Int16[] outputBuffer, UIntPtr outputBufferNumElements)
 
static UIntPtr ovr_Voip_GetPCMFloat (UInt64 senderID, float[] outputBuffer, UIntPtr outputBufferNumElements)
 
static UIntPtr ovr_Voip_GetPCMSize (UInt64 senderID)
 
static UIntPtr ovr_Voip_GetPCMWithTimestamp (UInt64 senderID, Int16[] outputBuffer, UIntPtr outputBufferNumElements, UInt32[] timestamp)
 
static UIntPtr ovr_Voip_GetPCMWithTimestampFloat (UInt64 senderID, float[] outputBuffer, UIntPtr outputBufferNumElements, UInt32[] timestamp)
 
static VoipBitrate ovr_Voip_GetRemoteBitrate (UInt64 peerID)
 
static UInt32 ovr_Voip_GetSyncTimestamp (UInt64 userID)
 
static long ovr_Voip_GetSyncTimestampDifference (UInt32 lhs, UInt32 rhs)
 
static VoipMuteState ovr_Voip_GetSystemVoipMicrophoneMuted ()
 
static SystemVoipStatus ovr_Voip_GetSystemVoipStatus ()
 
static void ovr_Voip_SetMicrophoneMuted (VoipMuteState state)
 
static void ovr_Voip_SetNewConnectionOptions (IntPtr voipOptions)
 
static void ovr_Voip_SetOutputSampleRate (VoipSampleRate rate)
 
static void ovr_Voip_Start (UInt64 userID)
 
static void ovr_Voip_Stop (UInt64 userID)
 
static ulong ovr_AbuseReport_LaunchAdvancedReportFlow (UInt64 content_id, IntPtr abuse_report_options)
 
static ulong ovr_Achievements_GetAllDefinitions ()
 
static ulong ovr_Achievements_GetAllProgress ()
 
static ulong ovr_Achievements_GetDefinitionsByName (string[] names, int count)
 
static ulong ovr_Achievements_GetProgressByName (string[] names, int count)
 
static ulong ovr_Application_ExecuteCoordinatedLaunch (ulong appID, ulong roomID)
 
static ulong ovr_Application_GetInstalledApplications ()
 
static ulong ovr_Application_GetVersion ()
 
static ulong ovr_Application_LaunchOtherApp (UInt64 appID, IntPtr deeplink_options)
 
static ulong ovr_ApplicationLifecycle_GetRegisteredPIDs ()
 
static ulong ovr_ApplicationLifecycle_GetSessionKey ()
 
static ulong ovr_AssetFile_Delete (UInt64 assetFileID)
 
static ulong ovr_AssetFile_DeleteById (UInt64 assetFileID)
 
static ulong ovr_AssetFile_Download (UInt64 assetFileID)
 
static ulong ovr_AssetFile_DownloadById (UInt64 assetFileID)
 
static ulong ovr_AssetFile_DownloadCancel (UInt64 assetFileID)
 
static ulong ovr_AssetFile_DownloadCancelById (UInt64 assetFileID)
 
static ulong ovr_AssetFile_GetList ()
 
static ulong ovr_AssetFile_Status (UInt64 assetFileID)
 
static ulong ovr_AssetFile_StatusById (UInt64 assetFileID)
 
static ulong ovr_Cal_FinalizeApplication (UInt64 groupingObject, UInt64[] userIDs, int numUserIDs, UInt64 finalized_application_ID)
 
static ulong ovr_Cal_GetSuggestedApplications (UInt64 groupingObject, UInt64[] userIDs, int numUserIDs)
 
static ulong ovr_Cal_ProposeApplication (UInt64 groupingObject, UInt64[] userIDs, int numUserIDs, UInt64 proposed_application_ID)
 
static ulong ovr_Challenges_DeclineInvite (UInt64 challengeID)
 
static ulong ovr_Challenges_Delete (UInt64 challengeID)
 
static ulong ovr_Challenges_Get (UInt64 challengeID)
 
static ulong ovr_Challenges_GetEntries (UInt64 challengeID, int limit, LeaderboardFilterType filter, LeaderboardStartAt startAt)
 
static ulong ovr_Challenges_GetEntriesAfterRank (UInt64 challengeID, int limit, ulong afterRank)
 
static ulong ovr_Challenges_GetEntriesByIds (UInt64 challengeID, int limit, LeaderboardStartAt startAt, UInt64[] userIDs, uint userIDLength)
 
static ulong ovr_Challenges_GetList (IntPtr challengeOptions, int limit)
 
static ulong ovr_Challenges_GetNextChallenges (IntPtr handle)
 
static ulong ovr_Challenges_GetNextEntries (IntPtr handle)
 
static ulong ovr_Challenges_GetPreviousChallenges (IntPtr handle)
 
static ulong ovr_Challenges_GetPreviousEntries (IntPtr handle)
 
static ulong ovr_Challenges_Join (UInt64 challengeID)
 
static ulong ovr_Challenges_Leave (UInt64 challengeID)
 
static ulong ovr_Challenges_UpdateInfo (UInt64 challengeID, IntPtr challengeOptions)
 
static ulong ovr_CloudStorage2_GetUserDirectoryPath ()
 
static ulong ovr_Colocation_GetCurrentMapUuid ()
 
static ulong ovr_Entitlement_GetIsViewerEntitled ()
 
static ulong ovr_GroupPresence_Clear ()
 
static ulong ovr_GroupPresence_LaunchInvitePanel (IntPtr options)
 
static ulong ovr_GroupPresence_LaunchMultiplayerErrorDialog (IntPtr options)
 
static ulong ovr_GroupPresence_LaunchRosterPanel (IntPtr options)
 
static ulong ovr_GroupPresence_Set (IntPtr groupPresenceOptions)
 
static ulong ovr_GroupPresence_SetIsJoinable (bool is_joinable)
 
static ulong ovr_IAP_GetProductsBySKU (string[] skus, int count)
 
static ulong ovr_IAP_GetViewerPurchases ()
 
static ulong ovr_IAP_GetViewerPurchasesDurableCache ()
 
static ulong ovr_LanguagePack_GetCurrent ()
 
static ulong ovr_Leaderboard_GetNextEntries (IntPtr handle)
 
static ulong ovr_Leaderboard_GetPreviousEntries (IntPtr handle)
 
static ulong ovr_Livestreaming_StartPartyStream ()
 
static ulong ovr_Livestreaming_StartStream (LivestreamingAudience audience, LivestreamingMicrophoneStatus micStatus)
 
static ulong ovr_Livestreaming_StopPartyStream ()
 
static ulong ovr_Livestreaming_StopStream ()
 
static ulong ovr_Livestreaming_UpdateMicStatus (LivestreamingMicrophoneStatus micStatus)
 
static ulong ovr_Matchmaking_Cancel2 ()
 
static ulong ovr_Matchmaking_EnqueueRoom (UInt64 roomID, IntPtr customQueryData)
 
static ulong ovr_Matchmaking_EnqueueRoom2 (UInt64 roomID, IntPtr matchmakingOptions)
 
static ulong ovr_Matchmaking_GetAdminSnapshot ()
 
static ulong ovr_Matchmaking_JoinRoom (UInt64 roomID, bool subscribeToUpdates)
 
static ulong ovr_Matchmaking_StartMatch (UInt64 roomID)
 
static ulong ovr_NetSync_Connect (IntPtr connect_options)
 
static ulong ovr_NetSync_Disconnect (long connection_id)
 
static ulong ovr_NetSync_GetSessions (long connection_id)
 
static ulong ovr_NetSync_GetVoipAttenuation (long connection_id)
 
static ulong ovr_NetSync_GetVoipAttenuationDefault ()
 
static ulong ovr_NetSync_SetVoipAttenuation (long connection_id, float[] distances, float[] decibels, UIntPtr count)
 
static ulong ovr_NetSync_SetVoipListentoChannels (long connection_id, string[] listento_channels, UIntPtr count)
 
static ulong ovr_NetSync_SetVoipMicSource (long connection_id, NetSyncVoipMicSource mic_source)
 
static ulong ovr_NetSync_SetVoipSessionMuted (long connection_id, UInt64 session_id, bool muted)
 
static ulong ovr_NetSync_SetVoipSpeaktoChannels (long connection_id, string[] speakto_channels, UIntPtr count)
 
static ulong ovr_NetSync_SetVoipStreamMode (long connection_id, UInt64 sessionId, NetSyncVoipStreamMode streamMode)
 
static ulong ovr_Notification_GetRoomInvites ()
 
static ulong ovr_Notification_MarkAsRead (UInt64 notificationID)
 
static ulong ovr_Party_Create ()
 
static ulong ovr_Party_GatherInApplication (UInt64 partyID, UInt64 appID)
 
static ulong ovr_Party_Get (UInt64 partyID)
 
static ulong ovr_Party_GetCurrent ()
 
static ulong ovr_Party_GetCurrentForUser (UInt64 userID)
 
static ulong ovr_Party_Invite (UInt64 partyID, UInt64 userID)
 
static ulong ovr_Party_Join (UInt64 partyID)
 
static ulong ovr_Party_Leave (UInt64 partyID)
 
static ulong ovr_RichPresence_Clear ()
 
static ulong ovr_RichPresence_GetDestinations ()
 
static ulong ovr_RichPresence_Set (IntPtr richPresenceOptions)
 
static ulong ovr_RichPresence_SetIsJoinable (bool is_joinable)
 
static ulong ovr_Room_CreateAndJoinPrivate (RoomJoinPolicy joinPolicy, uint maxUsers, bool subscribeToUpdates)
 
static ulong ovr_Room_CreateAndJoinPrivate2 (RoomJoinPolicy joinPolicy, uint maxUsers, IntPtr roomOptions)
 
static ulong ovr_Room_Get (UInt64 roomID)
 
static ulong ovr_Room_GetCurrent ()
 
static ulong ovr_Room_GetCurrentForUser (UInt64 userID)
 
static ulong ovr_Room_GetInvitableUsers ()
 
static ulong ovr_Room_GetInvitableUsers2 (IntPtr roomOptions)
 
static ulong ovr_Room_GetModeratedRooms ()
 
static ulong ovr_Room_GetSocialRooms (UInt64 appID)
 
static ulong ovr_Room_Join (UInt64 roomID, bool subscribeToUpdates)
 
static ulong ovr_Room_Join2 (UInt64 roomID, IntPtr roomOptions)
 
static ulong ovr_Room_KickUser (UInt64 roomID, UInt64 userID, int kickDurationSeconds)
 
static ulong ovr_Room_LaunchInvitableUserFlow (UInt64 roomID)
 
static ulong ovr_Room_Leave (UInt64 roomID)
 
static ulong ovr_Room_UpdateMembershipLockStatus (UInt64 roomID, RoomMembershipLockStatus membershipLockStatus)
 
static ulong ovr_Room_UpdateOwner (UInt64 roomID, UInt64 userID)
 
static ulong ovr_Room_UpdatePrivateRoomJoinPolicy (UInt64 roomID, RoomJoinPolicy newJoinPolicy)
 
static ulong ovr_User_Get (UInt64 userID)
 
static ulong ovr_User_GetAccessToken ()
 
static ulong ovr_User_GetLinkedAccounts (IntPtr userOptions)
 
static ulong ovr_User_GetLoggedInUser ()
 
static ulong ovr_User_GetLoggedInUserFriends ()
 
static ulong ovr_User_GetLoggedInUserFriendsAndRooms ()
 
static ulong ovr_User_GetLoggedInUserRecentlyMetUsersAndRooms (IntPtr userOptions)
 
static ulong ovr_User_GetOrgScopedID (UInt64 userID)
 
static ulong ovr_User_GetSdkAccounts ()
 
static ulong ovr_User_GetUserProof ()
 
static ulong ovr_User_LaunchBlockFlow (UInt64 userID)
 
static ulong ovr_User_LaunchFriendRequestFlow (UInt64 userID)
 
static ulong ovr_User_LaunchReportFlow (UInt64 userID)
 
static ulong ovr_User_LaunchReportFlow2 (UInt64 optionalUserID, IntPtr abuseReportOptions)
 
static ulong ovr_User_LaunchUnblockFlow (UInt64 userID)
 
static ulong ovr_User_NewEntitledTestUser ()
 
static ulong ovr_User_NewTestUser ()
 
static ulong ovr_User_NewTestUserFriends ()
 
static ulong ovr_User_StartRecordingForReportFlow ()
 
static ulong ovr_UserDataStore_PrivateGetEntries (UInt64 userID)
 
static ulong ovr_UserDataStore_PublicGetEntries (UInt64 userID)
 
static ulong ovr_Voip_GetMicrophoneAvailability ()
 
static ulong ovr_Voip_SetSystemVoipSuppressed (bool suppressed)
 
static uint ovr_AchievementDefinition_GetBitfieldLength (IntPtr obj)
 
static ulong ovr_AchievementDefinition_GetTarget (IntPtr obj)
 
static AchievementType ovr_AchievementDefinition_GetType (IntPtr obj)
 
static IntPtr ovr_AchievementDefinitionArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_AchievementDefinitionArray_GetSize (IntPtr obj)
 
static bool ovr_AchievementDefinitionArray_HasNextPage (IntPtr obj)
 
static ulong ovr_AchievementProgress_GetCount (IntPtr obj)
 
static bool ovr_AchievementProgress_GetIsUnlocked (IntPtr obj)
 
static IntPtr ovr_AchievementProgressArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_AchievementProgressArray_GetSize (IntPtr obj)
 
static bool ovr_AchievementProgressArray_HasNextPage (IntPtr obj)
 
static bool ovr_AchievementUpdate_GetJustUnlocked (IntPtr obj)
 
static UInt64 ovr_Application_GetID (IntPtr obj)
 
static int ovr_ApplicationVersion_GetCurrentCode (IntPtr obj)
 
static int ovr_ApplicationVersion_GetLatestCode (IntPtr obj)
 
static UInt64 ovr_AssetDetails_GetAssetId (IntPtr obj)
 
static IntPtr ovr_AssetDetails_GetLanguage (IntPtr obj)
 
static IntPtr ovr_AssetDetailsArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_AssetDetailsArray_GetSize (IntPtr obj)
 
static UInt64 ovr_AssetFileDeleteResult_GetAssetFileId (IntPtr obj)
 
static UInt64 ovr_AssetFileDeleteResult_GetAssetId (IntPtr obj)
 
static bool ovr_AssetFileDeleteResult_GetSuccess (IntPtr obj)
 
static UInt64 ovr_AssetFileDownloadCancelResult_GetAssetFileId (IntPtr obj)
 
static UInt64 ovr_AssetFileDownloadCancelResult_GetAssetId (IntPtr obj)
 
static bool ovr_AssetFileDownloadCancelResult_GetSuccess (IntPtr obj)
 
static UInt64 ovr_AssetFileDownloadResult_GetAssetId (IntPtr obj)
 
static UInt64 ovr_AssetFileDownloadUpdate_GetAssetFileId (IntPtr obj)
 
static UInt64 ovr_AssetFileDownloadUpdate_GetAssetId (IntPtr obj)
 
static uint ovr_AssetFileDownloadUpdate_GetBytesTotal (IntPtr obj)
 
static ulong ovr_AssetFileDownloadUpdate_GetBytesTotalLong (IntPtr obj)
 
static int ovr_AssetFileDownloadUpdate_GetBytesTransferred (IntPtr obj)
 
static long ovr_AssetFileDownloadUpdate_GetBytesTransferredLong (IntPtr obj)
 
static bool ovr_AssetFileDownloadUpdate_GetCompleted (IntPtr obj)
 
static int ovr_CalApplicationFinalized_GetCountdownMS (IntPtr obj)
 
static UInt64 ovr_CalApplicationFinalized_GetID (IntPtr obj)
 
static UInt64 ovr_CalApplicationProposed_GetID (IntPtr obj)
 
static UInt64 ovr_CalApplicationSuggestion_GetID (IntPtr obj)
 
static IntPtr ovr_CalApplicationSuggestionArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_CalApplicationSuggestionArray_GetSize (IntPtr obj)
 
static ChallengeCreationType ovr_Challenge_GetCreationType (IntPtr obj)
 
static UInt64 ovr_Challenge_GetID (IntPtr obj)
 
static IntPtr ovr_Challenge_GetInvitedUsers (IntPtr obj)
 
static IntPtr ovr_Challenge_GetLeaderboard (IntPtr obj)
 
static IntPtr ovr_Challenge_GetParticipants (IntPtr obj)
 
static ChallengeVisibility ovr_Challenge_GetVisibility (IntPtr obj)
 
static IntPtr ovr_ChallengeArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_ChallengeArray_GetSize (IntPtr obj)
 
static ulong ovr_ChallengeArray_GetTotalCount (IntPtr obj)
 
static bool ovr_ChallengeArray_HasNextPage (IntPtr obj)
 
static bool ovr_ChallengeArray_HasPreviousPage (IntPtr obj)
 
static uint ovr_ChallengeEntry_GetExtraDataLength (IntPtr obj)
 
static UInt64 ovr_ChallengeEntry_GetID (IntPtr obj)
 
static int ovr_ChallengeEntry_GetRank (IntPtr obj)
 
static long ovr_ChallengeEntry_GetScore (IntPtr obj)
 
static IntPtr ovr_ChallengeEntry_GetUser (IntPtr obj)
 
static IntPtr ovr_ChallengeEntryArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_ChallengeEntryArray_GetSize (IntPtr obj)
 
static ulong ovr_ChallengeEntryArray_GetTotalCount (IntPtr obj)
 
static bool ovr_ChallengeEntryArray_HasNextPage (IntPtr obj)
 
static bool ovr_ChallengeEntryArray_HasPreviousPage (IntPtr obj)
 
static IntPtr ovr_CloudStorageConflictMetadata_GetLocal (IntPtr obj)
 
static IntPtr ovr_CloudStorageConflictMetadata_GetRemote (IntPtr obj)
 
static uint ovr_CloudStorageData_GetDataSize (IntPtr obj)
 
static long ovr_CloudStorageMetadata_GetCounter (IntPtr obj)
 
static uint ovr_CloudStorageMetadata_GetDataSize (IntPtr obj)
 
static ulong ovr_CloudStorageMetadata_GetSaveTime (IntPtr obj)
 
static CloudStorageDataStatus ovr_CloudStorageMetadata_GetStatus (IntPtr obj)
 
static IntPtr ovr_CloudStorageMetadataArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_CloudStorageMetadataArray_GetSize (IntPtr obj)
 
static bool ovr_CloudStorageMetadataArray_HasNextPage (IntPtr obj)
 
static CloudStorageUpdateStatus ovr_CloudStorageUpdateResponse_GetStatus (IntPtr obj)
 
static UIntPtr ovr_DataStore_GetNumKeys (IntPtr obj)
 
static IntPtr ovr_DestinationArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_DestinationArray_GetSize (IntPtr obj)
 
static bool ovr_DestinationArray_HasNextPage (IntPtr obj)
 
static int ovr_Error_GetCode (IntPtr obj)
 
static int ovr_Error_GetHttpCode (IntPtr obj)
 
static IntPtr ovr_HttpTransferUpdate_GetBytes (IntPtr obj)
 
static ulong ovr_HttpTransferUpdate_GetID (IntPtr obj)
 
static UIntPtr ovr_HttpTransferUpdate_GetSize (IntPtr obj)
 
static bool ovr_HttpTransferUpdate_IsCompleted (IntPtr obj)
 
static int ovr_InstalledApplication_GetVersionCode (IntPtr obj)
 
static IntPtr ovr_InstalledApplicationArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_InstalledApplicationArray_GetSize (IntPtr obj)
 
static bool ovr_InvitePanelResultInfo_GetInvitesSent (IntPtr obj)
 
static bool ovr_LaunchBlockFlowResult_GetDidBlock (IntPtr obj)
 
static bool ovr_LaunchBlockFlowResult_GetDidCancel (IntPtr obj)
 
static LaunchType ovr_LaunchDetails_GetLaunchType (IntPtr obj)
 
static UInt64 ovr_LaunchDetails_GetRoomID (IntPtr obj)
 
static IntPtr ovr_LaunchDetails_GetUsers (IntPtr obj)
 
static bool ovr_LaunchFriendRequestFlowResult_GetDidCancel (IntPtr obj)
 
static bool ovr_LaunchFriendRequestFlowResult_GetDidSendRequest (IntPtr obj)
 
static IntPtr ovr_LaunchInvitePanelFlowResult_GetInvitedUsers (IntPtr obj)
 
static bool ovr_LaunchReportFlowResult_GetDidCancel (IntPtr obj)
 
static UInt64 ovr_LaunchReportFlowResult_GetUserReportId (IntPtr obj)
 
static bool ovr_LaunchUnblockFlowResult_GetDidCancel (IntPtr obj)
 
static bool ovr_LaunchUnblockFlowResult_GetDidUnblock (IntPtr obj)
 
static IntPtr ovr_Leaderboard_GetDestination (IntPtr obj)
 
static UInt64 ovr_Leaderboard_GetID (IntPtr obj)
 
static IntPtr ovr_LeaderboardArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_LeaderboardArray_GetSize (IntPtr obj)
 
static bool ovr_LeaderboardArray_HasNextPage (IntPtr obj)
 
static uint ovr_LeaderboardEntry_GetExtraDataLength (IntPtr obj)
 
static UInt64 ovr_LeaderboardEntry_GetID (IntPtr obj)
 
static int ovr_LeaderboardEntry_GetRank (IntPtr obj)
 
static long ovr_LeaderboardEntry_GetScore (IntPtr obj)
 
static IntPtr ovr_LeaderboardEntry_GetSupplementaryMetric (IntPtr obj)
 
static IntPtr ovr_LeaderboardEntry_GetUser (IntPtr obj)
 
static IntPtr ovr_LeaderboardEntryArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_LeaderboardEntryArray_GetSize (IntPtr obj)
 
static ulong ovr_LeaderboardEntryArray_GetTotalCount (IntPtr obj)
 
static bool ovr_LeaderboardEntryArray_HasNextPage (IntPtr obj)
 
static bool ovr_LeaderboardEntryArray_HasPreviousPage (IntPtr obj)
 
static bool ovr_LeaderboardUpdateStatus_GetDidUpdate (IntPtr obj)
 
static UInt64 ovr_LeaderboardUpdateStatus_GetUpdatedChallengeId (IntPtr obj, uint index)
 
static uint ovr_LeaderboardUpdateStatus_GetUpdatedChallengeIdsSize (IntPtr obj)
 
static ServiceProvider ovr_LinkedAccount_GetServiceProvider (IntPtr obj)
 
static IntPtr ovr_LinkedAccountArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_LinkedAccountArray_GetSize (IntPtr obj)
 
static bool ovr_LivestreamingApplicationStatus_GetStreamingEnabled (IntPtr obj)
 
static LivestreamingStartStatus ovr_LivestreamingStartResult_GetStreamingResult (IntPtr obj)
 
static bool ovr_LivestreamingStatus_GetCommentsVisible (IntPtr obj)
 
static bool ovr_LivestreamingStatus_GetIsPaused (IntPtr obj)
 
static bool ovr_LivestreamingStatus_GetLivestreamingEnabled (IntPtr obj)
 
static int ovr_LivestreamingStatus_GetLivestreamingType (IntPtr obj)
 
static bool ovr_LivestreamingStatus_GetMicEnabled (IntPtr obj)
 
static int ovr_LivestreamingVideoStats_GetCommentCount (IntPtr obj)
 
static int ovr_LivestreamingVideoStats_GetReactionCount (IntPtr obj)
 
static IntPtr ovr_MatchmakingAdminSnapshot_GetCandidates (IntPtr obj)
 
static double ovr_MatchmakingAdminSnapshot_GetMyCurrentThreshold (IntPtr obj)
 
static bool ovr_MatchmakingAdminSnapshotCandidate_GetCanMatch (IntPtr obj)
 
static double ovr_MatchmakingAdminSnapshotCandidate_GetMyTotalScore (IntPtr obj)
 
static double ovr_MatchmakingAdminSnapshotCandidate_GetTheirCurrentThreshold (IntPtr obj)
 
static double ovr_MatchmakingAdminSnapshotCandidate_GetTheirTotalScore (IntPtr obj)
 
static IntPtr ovr_MatchmakingAdminSnapshotCandidateArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_MatchmakingAdminSnapshotCandidateArray_GetSize (IntPtr obj)
 
static IntPtr ovr_MatchmakingBrowseResult_GetEnqueueResult (IntPtr obj)
 
static IntPtr ovr_MatchmakingBrowseResult_GetRooms (IntPtr obj)
 
static ulong ovr_MatchmakingCandidate_GetUserId (IntPtr obj)
 
static IntPtr ovr_MatchmakingCandidateArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_MatchmakingCandidateArray_GetSize (IntPtr obj)
 
static bool ovr_MatchmakingCandidateArray_HasNextPage (IntPtr obj)
 
static IntPtr ovr_MatchmakingEnqueueResult_GetAdminSnapshot (IntPtr obj)
 
static uint ovr_MatchmakingEnqueueResult_GetAverageWait (IntPtr obj)
 
static uint ovr_MatchmakingEnqueueResult_GetMatchesInLastHourCount (IntPtr obj)
 
static uint ovr_MatchmakingEnqueueResult_GetMaxExpectedWait (IntPtr obj)
 
static uint ovr_MatchmakingEnqueueResult_GetRecentMatchPercentage (IntPtr obj)
 
static IntPtr ovr_MatchmakingEnqueueResultAndRoom_GetMatchmakingEnqueueResult (IntPtr obj)
 
static IntPtr ovr_MatchmakingEnqueueResultAndRoom_GetRoom (IntPtr obj)
 
static UInt64 ovr_MatchmakingEnqueuedUser_GetAdditionalUserID (IntPtr obj, uint index)
 
static uint ovr_MatchmakingEnqueuedUser_GetAdditionalUserIDsSize (IntPtr obj)
 
static IntPtr ovr_MatchmakingEnqueuedUser_GetCustomData (IntPtr obj)
 
static IntPtr ovr_MatchmakingEnqueuedUser_GetUser (IntPtr obj)
 
static IntPtr ovr_MatchmakingEnqueuedUserArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_MatchmakingEnqueuedUserArray_GetSize (IntPtr obj)
 
static ulong ovr_MatchmakingNotification_GetAddedByUserId (IntPtr obj)
 
static IntPtr ovr_MatchmakingNotification_GetRoom (IntPtr obj)
 
static uint ovr_MatchmakingRoom_GetPingTime (IntPtr obj)
 
static IntPtr ovr_MatchmakingRoom_GetRoom (IntPtr obj)
 
static bool ovr_MatchmakingRoom_HasPingTime (IntPtr obj)
 
static IntPtr ovr_MatchmakingRoomArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_MatchmakingRoomArray_GetSize (IntPtr obj)
 
static uint ovr_MatchmakingStats_GetDrawCount (IntPtr obj)
 
static uint ovr_MatchmakingStats_GetLossCount (IntPtr obj)
 
static uint ovr_MatchmakingStats_GetSkillLevel (IntPtr obj)
 
static double ovr_MatchmakingStats_GetSkillMean (IntPtr obj)
 
static double ovr_MatchmakingStats_GetSkillStandardDeviation (IntPtr obj)
 
static uint ovr_MatchmakingStats_GetWinCount (IntPtr obj)
 
static IntPtr ovr_Message_GetAbuseReportRecording (IntPtr obj)
 
static IntPtr ovr_Message_GetAchievementDefinitionArray (IntPtr obj)
 
static IntPtr ovr_Message_GetAchievementProgressArray (IntPtr obj)
 
static IntPtr ovr_Message_GetAchievementUpdate (IntPtr obj)
 
static IntPtr ovr_Message_GetApplicationVersion (IntPtr obj)
 
static IntPtr ovr_Message_GetAssetDetails (IntPtr obj)
 
static IntPtr ovr_Message_GetAssetDetailsArray (IntPtr obj)
 
static IntPtr ovr_Message_GetAssetFileDeleteResult (IntPtr obj)
 
static IntPtr ovr_Message_GetAssetFileDownloadCancelResult (IntPtr obj)
 
static IntPtr ovr_Message_GetAssetFileDownloadResult (IntPtr obj)
 
static IntPtr ovr_Message_GetAssetFileDownloadUpdate (IntPtr obj)
 
static IntPtr ovr_Message_GetCalApplicationFinalized (IntPtr obj)
 
static IntPtr ovr_Message_GetCalApplicationProposed (IntPtr obj)
 
static IntPtr ovr_Message_GetCalApplicationSuggestionArray (IntPtr obj)
 
static IntPtr ovr_Message_GetChallenge (IntPtr obj)
 
static IntPtr ovr_Message_GetChallengeArray (IntPtr obj)
 
static IntPtr ovr_Message_GetChallengeEntryArray (IntPtr obj)
 
static IntPtr ovr_Message_GetCloudStorageConflictMetadata (IntPtr obj)
 
static IntPtr ovr_Message_GetCloudStorageData (IntPtr obj)
 
static IntPtr ovr_Message_GetCloudStorageMetadata (IntPtr obj)
 
static IntPtr ovr_Message_GetCloudStorageMetadataArray (IntPtr obj)
 
static IntPtr ovr_Message_GetCloudStorageUpdateResponse (IntPtr obj)
 
static IntPtr ovr_Message_GetDataStore (IntPtr obj)
 
static IntPtr ovr_Message_GetDestinationArray (IntPtr obj)
 
static IntPtr ovr_Message_GetError (IntPtr obj)
 
static IntPtr ovr_Message_GetGroupPresenceJoinIntent (IntPtr obj)
 
static IntPtr ovr_Message_GetGroupPresenceLeaveIntent (IntPtr obj)
 
static IntPtr ovr_Message_GetHttpTransferUpdate (IntPtr obj)
 
static IntPtr ovr_Message_GetInstalledApplicationArray (IntPtr obj)
 
static IntPtr ovr_Message_GetInvitePanelResultInfo (IntPtr obj)
 
static IntPtr ovr_Message_GetLaunchBlockFlowResult (IntPtr obj)
 
static IntPtr ovr_Message_GetLaunchFriendRequestFlowResult (IntPtr obj)
 
static IntPtr ovr_Message_GetLaunchInvitePanelFlowResult (IntPtr obj)
 
static IntPtr ovr_Message_GetLaunchReportFlowResult (IntPtr obj)
 
static IntPtr ovr_Message_GetLaunchUnblockFlowResult (IntPtr obj)
 
static IntPtr ovr_Message_GetLeaderboardArray (IntPtr obj)
 
static IntPtr ovr_Message_GetLeaderboardEntryArray (IntPtr obj)
 
static IntPtr ovr_Message_GetLeaderboardUpdateStatus (IntPtr obj)
 
static IntPtr ovr_Message_GetLinkedAccountArray (IntPtr obj)
 
static IntPtr ovr_Message_GetLivestreamingApplicationStatus (IntPtr obj)
 
static IntPtr ovr_Message_GetLivestreamingStartResult (IntPtr obj)
 
static IntPtr ovr_Message_GetLivestreamingStatus (IntPtr obj)
 
static IntPtr ovr_Message_GetLivestreamingVideoStats (IntPtr obj)
 
static IntPtr ovr_Message_GetMatchmakingAdminSnapshot (IntPtr obj)
 
static IntPtr ovr_Message_GetMatchmakingBrowseResult (IntPtr obj)
 
static IntPtr ovr_Message_GetMatchmakingEnqueueResult (IntPtr obj)
 
static IntPtr ovr_Message_GetMatchmakingEnqueueResultAndRoom (IntPtr obj)
 
static IntPtr ovr_Message_GetMatchmakingRoomArray (IntPtr obj)
 
static IntPtr ovr_Message_GetMatchmakingStats (IntPtr obj)
 
static IntPtr ovr_Message_GetMicrophoneAvailabilityState (IntPtr obj)
 
static IntPtr ovr_Message_GetNativeMessage (IntPtr obj)
 
static IntPtr ovr_Message_GetNetSyncConnection (IntPtr obj)
 
static IntPtr ovr_Message_GetNetSyncSessionArray (IntPtr obj)
 
static IntPtr ovr_Message_GetNetSyncSessionsChangedNotification (IntPtr obj)
 
static IntPtr ovr_Message_GetNetSyncSetSessionPropertyResult (IntPtr obj)
 
static IntPtr ovr_Message_GetNetSyncVoipAttenuationValueArray (IntPtr obj)
 
static IntPtr ovr_Message_GetNetworkingPeer (IntPtr obj)
 
static IntPtr ovr_Message_GetOrgScopedID (IntPtr obj)
 
static IntPtr ovr_Message_GetParty (IntPtr obj)
 
static IntPtr ovr_Message_GetPartyID (IntPtr obj)
 
static IntPtr ovr_Message_GetPartyUpdateNotification (IntPtr obj)
 
static IntPtr ovr_Message_GetPidArray (IntPtr obj)
 
static IntPtr ovr_Message_GetPingResult (IntPtr obj)
 
static IntPtr ovr_Message_GetPlatformInitialize (IntPtr obj)
 
static IntPtr ovr_Message_GetProductArray (IntPtr obj)
 
static IntPtr ovr_Message_GetPurchase (IntPtr obj)
 
static IntPtr ovr_Message_GetPurchaseArray (IntPtr obj)
 
static IntPtr ovr_Message_GetRejoinDialogResult (IntPtr obj)
 
static ulong ovr_Message_GetRequestID (IntPtr obj)
 
static IntPtr ovr_Message_GetRoom (IntPtr obj)
 
static IntPtr ovr_Message_GetRoomArray (IntPtr obj)
 
static IntPtr ovr_Message_GetRoomInviteNotification (IntPtr obj)
 
static IntPtr ovr_Message_GetRoomInviteNotificationArray (IntPtr obj)
 
static IntPtr ovr_Message_GetSdkAccountArray (IntPtr obj)
 
static IntPtr ovr_Message_GetShareMediaResult (IntPtr obj)
 
static IntPtr ovr_Message_GetSystemVoipState (IntPtr obj)
 
static Message.MessageType ovr_Message_GetType (IntPtr obj)
 
static IntPtr ovr_Message_GetUser (IntPtr obj)
 
static IntPtr ovr_Message_GetUserAndRoomArray (IntPtr obj)
 
static IntPtr ovr_Message_GetUserArray (IntPtr obj)
 
static IntPtr ovr_Message_GetUserDataStoreUpdateResponse (IntPtr obj)
 
static IntPtr ovr_Message_GetUserProof (IntPtr obj)
 
static IntPtr ovr_Message_GetUserReportID (IntPtr obj)
 
static bool ovr_Message_IsError (IntPtr obj)
 
static UIntPtr ovr_Microphone_GetNumSamplesAvailable (IntPtr obj)
 
static UIntPtr ovr_Microphone_GetOutputBufferMaxSize (IntPtr obj)
 
static UIntPtr ovr_Microphone_GetPCM (IntPtr obj, Int16[] outputBuffer, UIntPtr outputBufferNumElements)
 
static UIntPtr ovr_Microphone_GetPCMFloat (IntPtr obj, float[] outputBuffer, UIntPtr outputBufferNumElements)
 
static UIntPtr ovr_Microphone_ReadData (IntPtr obj, float[] outputBuffer, UIntPtr outputBufferSize)
 
static void ovr_Microphone_SetAcceptableRecordingDelayHint (IntPtr obj, UIntPtr delayMs)
 
static void ovr_Microphone_Start (IntPtr obj)
 
static void ovr_Microphone_Stop (IntPtr obj)
 
static bool ovr_MicrophoneAvailabilityState_GetMicrophoneAvailable (IntPtr obj)
 
static long ovr_NetSyncConnection_GetConnectionId (IntPtr obj)
 
static NetSyncDisconnectReason ovr_NetSyncConnection_GetDisconnectReason (IntPtr obj)
 
static UInt64 ovr_NetSyncConnection_GetSessionId (IntPtr obj)
 
static NetSyncConnectionStatus ovr_NetSyncConnection_GetStatus (IntPtr obj)
 
static long ovr_NetSyncSession_GetConnectionId (IntPtr obj)
 
static bool ovr_NetSyncSession_GetMuted (IntPtr obj)
 
static UInt64 ovr_NetSyncSession_GetSessionId (IntPtr obj)
 
static UInt64 ovr_NetSyncSession_GetUserId (IntPtr obj)
 
static IntPtr ovr_NetSyncSessionArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_NetSyncSessionArray_GetSize (IntPtr obj)
 
static long ovr_NetSyncSessionsChangedNotification_GetConnectionId (IntPtr obj)
 
static IntPtr ovr_NetSyncSessionsChangedNotification_GetSessions (IntPtr obj)
 
static IntPtr ovr_NetSyncSetSessionPropertyResult_GetSession (IntPtr obj)
 
static float ovr_NetSyncVoipAttenuationValue_GetDecibels (IntPtr obj)
 
static float ovr_NetSyncVoipAttenuationValue_GetDistance (IntPtr obj)
 
static IntPtr ovr_NetSyncVoipAttenuationValueArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_NetSyncVoipAttenuationValueArray_GetSize (IntPtr obj)
 
static UInt64 ovr_NetworkingPeer_GetID (IntPtr obj)
 
static PeerConnectionState ovr_NetworkingPeer_GetState (IntPtr obj)
 
static UInt64 ovr_OrgScopedID_GetID (IntPtr obj)
 
static void ovr_Packet_Free (IntPtr obj)
 
static IntPtr ovr_Packet_GetBytes (IntPtr obj)
 
static SendPolicy ovr_Packet_GetSendPolicy (IntPtr obj)
 
static UInt64 ovr_Packet_GetSenderID (IntPtr obj)
 
static UIntPtr ovr_Packet_GetSize (IntPtr obj)
 
static UInt64 ovr_Party_GetID (IntPtr obj)
 
static IntPtr ovr_Party_GetInvitedUsers (IntPtr obj)
 
static IntPtr ovr_Party_GetLeader (IntPtr obj)
 
static IntPtr ovr_Party_GetRoom (IntPtr obj)
 
static IntPtr ovr_Party_GetUsers (IntPtr obj)
 
static UInt64 ovr_PartyID_GetID (IntPtr obj)
 
static PartyUpdateAction ovr_PartyUpdateNotification_GetAction (IntPtr obj)
 
static UInt64 ovr_PartyUpdateNotification_GetPartyId (IntPtr obj)
 
static UInt64 ovr_PartyUpdateNotification_GetSenderId (IntPtr obj)
 
static UInt64 ovr_PartyUpdateNotification_GetUserId (IntPtr obj)
 
static IntPtr ovr_PidArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_PidArray_GetSize (IntPtr obj)
 
static UInt64 ovr_PingResult_GetID (IntPtr obj)
 
static ulong ovr_PingResult_GetPingTimeUsec (IntPtr obj)
 
static bool ovr_PingResult_IsTimeout (IntPtr obj)
 
static PlatformInitializeResult ovr_PlatformInitialize_GetResult (IntPtr obj)
 
static uint ovr_Price_GetAmountInHundredths (IntPtr obj)
 
static IntPtr ovr_ProductArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_ProductArray_GetSize (IntPtr obj)
 
static bool ovr_ProductArray_HasNextPage (IntPtr obj)
 
static UInt64 ovr_Purchase_GetPurchaseID (IntPtr obj)
 
static IntPtr ovr_PurchaseArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_PurchaseArray_GetSize (IntPtr obj)
 
static bool ovr_PurchaseArray_HasNextPage (IntPtr obj)
 
static bool ovr_RejoinDialogResult_GetRejoinSelected (IntPtr obj)
 
static UInt64 ovr_Room_GetApplicationID (IntPtr obj)
 
static IntPtr ovr_Room_GetDataStore (IntPtr obj)
 
static UInt64 ovr_Room_GetID (IntPtr obj)
 
static IntPtr ovr_Room_GetInvitedUsers (IntPtr obj)
 
static bool ovr_Room_GetIsMembershipLocked (IntPtr obj)
 
static RoomJoinPolicy ovr_Room_GetJoinPolicy (IntPtr obj)
 
static RoomJoinability ovr_Room_GetJoinability (IntPtr obj)
 
static IntPtr ovr_Room_GetMatchedUsers (IntPtr obj)
 
static uint ovr_Room_GetMaxUsers (IntPtr obj)
 
static IntPtr ovr_Room_GetOwner (IntPtr obj)
 
static IntPtr ovr_Room_GetTeams (IntPtr obj)
 
static RoomType ovr_Room_GetType (IntPtr obj)
 
static IntPtr ovr_Room_GetUsers (IntPtr obj)
 
static uint ovr_Room_GetVersion (IntPtr obj)
 
static IntPtr ovr_RoomArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_RoomArray_GetSize (IntPtr obj)
 
static bool ovr_RoomArray_HasNextPage (IntPtr obj)
 
static UInt64 ovr_RoomInviteNotification_GetID (IntPtr obj)
 
static UInt64 ovr_RoomInviteNotification_GetRoomID (IntPtr obj)
 
static UInt64 ovr_RoomInviteNotification_GetSenderID (IntPtr obj)
 
static IntPtr ovr_RoomInviteNotificationArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_RoomInviteNotificationArray_GetSize (IntPtr obj)
 
static bool ovr_RoomInviteNotificationArray_HasNextPage (IntPtr obj)
 
static SdkAccountType ovr_SdkAccount_GetAccountType (IntPtr obj)
 
static UInt64 ovr_SdkAccount_GetUserId (IntPtr obj)
 
static IntPtr ovr_SdkAccountArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_SdkAccountArray_GetSize (IntPtr obj)
 
static ShareMediaStatus ovr_ShareMediaResult_GetStatus (IntPtr obj)
 
static UInt64 ovr_SupplementaryMetric_GetID (IntPtr obj)
 
static long ovr_SupplementaryMetric_GetMetric (IntPtr obj)
 
static VoipMuteState ovr_SystemVoipState_GetMicrophoneMuted (IntPtr obj)
 
static SystemVoipStatus ovr_SystemVoipState_GetStatus (IntPtr obj)
 
static IntPtr ovr_Team_GetAssignedUsers (IntPtr obj)
 
static int ovr_Team_GetMaxUsers (IntPtr obj)
 
static int ovr_Team_GetMinUsers (IntPtr obj)
 
static IntPtr ovr_TeamArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_TeamArray_GetSize (IntPtr obj)
 
static IntPtr ovr_TestUser_GetAppAccessArray (IntPtr obj)
 
static IntPtr ovr_TestUser_GetFbAppAccessArray (IntPtr obj)
 
static IntPtr ovr_TestUser_GetFriendAppAccessArray (IntPtr obj)
 
static UInt64 ovr_TestUser_GetUserFbid (IntPtr obj)
 
static UInt64 ovr_TestUser_GetUserId (IntPtr obj)
 
static UInt64 ovr_TestUserAppAccess_GetAppId (IntPtr obj)
 
static UInt64 ovr_TestUserAppAccess_GetUserId (IntPtr obj)
 
static IntPtr ovr_TestUserAppAccessArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_TestUserAppAccessArray_GetSize (IntPtr obj)
 
static UInt64 ovr_User_GetID (IntPtr obj)
 
static UserPresenceStatus ovr_User_GetPresenceStatus (IntPtr obj)
 
static IntPtr ovr_UserAndRoom_GetRoom (IntPtr obj)
 
static IntPtr ovr_UserAndRoom_GetUser (IntPtr obj)
 
static IntPtr ovr_UserAndRoomArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_UserAndRoomArray_GetSize (IntPtr obj)
 
static bool ovr_UserAndRoomArray_HasNextPage (IntPtr obj)
 
static IntPtr ovr_UserArray_GetElement (IntPtr obj, UIntPtr index)
 
static UIntPtr ovr_UserArray_GetSize (IntPtr obj)
 
static bool ovr_UserArray_HasNextPage (IntPtr obj)
 
static bool ovr_UserDataStoreUpdateResponse_GetSuccess (IntPtr obj)
 
static bool ovr_UserReportID_GetDidCancel (IntPtr obj)
 
static UInt64 ovr_UserReportID_GetID (IntPtr obj)
 
static void ovr_VoipDecoder_Decode (IntPtr obj, byte[] compressedData, UIntPtr compressedSize)
 
static UIntPtr ovr_VoipDecoder_GetDecodedPCM (IntPtr obj, float[] outputBuffer, UIntPtr outputBufferSize)
 
static void ovr_VoipEncoder_AddPCM (IntPtr obj, float[] inputData, uint inputSize)
 
static UIntPtr ovr_VoipEncoder_GetCompressedData (IntPtr obj, byte[] outputBuffer, UIntPtr intputSize)
 
static UIntPtr ovr_VoipEncoder_GetCompressedDataSize (IntPtr obj)
 
static IntPtr ovr_AbuseReportOptions_Create ()
 
static void ovr_AbuseReportOptions_Destroy (IntPtr handle)
 
static void ovr_AbuseReportOptions_SetPreventPeopleChooser (IntPtr handle, bool value)
 
static void ovr_AbuseReportOptions_SetReportType (IntPtr handle, AbuseReportType value)
 
static IntPtr ovr_AdvancedAbuseReportOptions_Create ()
 
static void ovr_AdvancedAbuseReportOptions_Destroy (IntPtr handle)
 
static void ovr_AdvancedAbuseReportOptions_SetReportType (IntPtr handle, AbuseReportType value)
 
static void ovr_AdvancedAbuseReportOptions_SetVideoMode (IntPtr handle, AbuseReportVideoMode value)
 
static IntPtr ovr_ApplicationOptions_Create ()
 
static void ovr_ApplicationOptions_Destroy (IntPtr handle)
 
static IntPtr ovr_ChallengeOptions_Create ()
 
static void ovr_ChallengeOptions_Destroy (IntPtr handle)
 
static void ovr_ChallengeOptions_SetIncludeActiveChallenges (IntPtr handle, bool value)
 
static void ovr_ChallengeOptions_SetIncludeFutureChallenges (IntPtr handle, bool value)
 
static void ovr_ChallengeOptions_SetIncludePastChallenges (IntPtr handle, bool value)
 
static void ovr_ChallengeOptions_SetViewerFilter (IntPtr handle, ChallengeViewerFilter value)
 
static void ovr_ChallengeOptions_SetVisibility (IntPtr handle, ChallengeVisibility value)
 
static IntPtr ovr_GroupPresenceOptions_Create ()
 
static void ovr_GroupPresenceOptions_Destroy (IntPtr handle)
 
static void ovr_GroupPresenceOptions_SetIsJoinable (IntPtr handle, bool value)
 
static IntPtr ovr_InviteOptions_Create ()
 
static void ovr_InviteOptions_Destroy (IntPtr handle)
 
static void ovr_InviteOptions_AddSuggestedUser (IntPtr handle, UInt64 value)
 
static void ovr_InviteOptions_ClearSuggestedUsers (IntPtr handle)
 
static IntPtr ovr_MatchmakingOptions_Create ()
 
static void ovr_MatchmakingOptions_Destroy (IntPtr handle)
 
static void ovr_MatchmakingOptions_ClearCreateRoomDataStore (IntPtr handle)
 
static void ovr_MatchmakingOptions_SetCreateRoomJoinPolicy (IntPtr handle, RoomJoinPolicy value)
 
static void ovr_MatchmakingOptions_SetCreateRoomMaxUsers (IntPtr handle, uint value)
 
static void ovr_MatchmakingOptions_AddEnqueueAdditionalUser (IntPtr handle, UInt64 value)
 
static void ovr_MatchmakingOptions_ClearEnqueueAdditionalUsers (IntPtr handle)
 
static void ovr_MatchmakingOptions_ClearEnqueueDataSettings (IntPtr handle)
 
static void ovr_MatchmakingOptions_SetEnqueueIsDebug (IntPtr handle, bool value)
 
static IntPtr ovr_MultiplayerErrorOptions_Create ()
 
static void ovr_MultiplayerErrorOptions_Destroy (IntPtr handle)
 
static void ovr_MultiplayerErrorOptions_SetErrorKey (IntPtr handle, MultiplayerErrorErrorKey value)
 
static IntPtr ovr_NetSyncOptions_Create ()
 
static void ovr_NetSyncOptions_Destroy (IntPtr handle)
 
static void ovr_NetSyncOptions_SetVoipStreamDefault (IntPtr handle, NetSyncVoipStreamMode value)
 
static IntPtr ovr_RichPresenceOptions_Create ()
 
static void ovr_RichPresenceOptions_Destroy (IntPtr handle)
 
static void ovr_RichPresenceOptions_ClearArgs (IntPtr handle)
 
static void ovr_RichPresenceOptions_SetCurrentCapacity (IntPtr handle, uint value)
 
static void ovr_RichPresenceOptions_SetExtraContext (IntPtr handle, RichPresenceExtraContext value)
 
static void ovr_RichPresenceOptions_SetIsIdle (IntPtr handle, bool value)
 
static void ovr_RichPresenceOptions_SetIsJoinable (IntPtr handle, bool value)
 
static void ovr_RichPresenceOptions_SetMaxCapacity (IntPtr handle, uint value)
 
static IntPtr ovr_RoomOptions_Create ()
 
static void ovr_RoomOptions_Destroy (IntPtr handle)
 
static void ovr_RoomOptions_ClearDataStore (IntPtr handle)
 
static void ovr_RoomOptions_SetExcludeRecentlyMet (IntPtr handle, bool value)
 
static void ovr_RoomOptions_SetMaxUserResults (IntPtr handle, uint value)
 
static void ovr_RoomOptions_SetOrdering (IntPtr handle, UserOrdering value)
 
static void ovr_RoomOptions_SetRecentlyMetTimeWindow (IntPtr handle, TimeWindow value)
 
static void ovr_RoomOptions_SetRoomId (IntPtr handle, UInt64 value)
 
static void ovr_RoomOptions_SetTurnOffUpdates (IntPtr handle, bool value)
 
static IntPtr ovr_RosterOptions_Create ()
 
static void ovr_RosterOptions_Destroy (IntPtr handle)
 
static void ovr_RosterOptions_AddSuggestedUser (IntPtr handle, UInt64 value)
 
static void ovr_RosterOptions_ClearSuggestedUsers (IntPtr handle)
 
static IntPtr ovr_UserOptions_Create ()
 
static void ovr_UserOptions_Destroy (IntPtr handle)
 
static void ovr_UserOptions_SetMaxUsers (IntPtr handle, uint value)
 
static void ovr_UserOptions_AddServiceProvider (IntPtr handle, ServiceProvider value)
 
static void ovr_UserOptions_ClearServiceProviders (IntPtr handle)
 
static void ovr_UserOptions_SetTimeWindow (IntPtr handle, TimeWindow value)
 
static IntPtr ovr_VoipOptions_Create ()
 
static void ovr_VoipOptions_Destroy (IntPtr handle)
 
static void ovr_VoipOptions_SetBitrateForNewConnections (IntPtr handle, VoipBitrate value)
 
static void ovr_VoipOptions_SetCreateNewConnectionUseDtx (IntPtr handle, VoipDtxState value)
 

Static Public Member Functions

static IntPtr ArrayOfStructsToIntPtr (Array ar)
 
static CAPI.ovrKeyValuePair [] DictionaryToOVRKeyValuePairs (Dictionary< string, object > dict)
 
static byte [] IntPtrToByteArray (IntPtr data, ulong size)
 
static Dictionary< string, string > DataStoreFromNative (IntPtr pointer)
 
static string StringFromNative (IntPtr pointer)
 
static int GetNativeStringLengthNotIncludingNullTerminator (IntPtr pointer)
 
static DateTime DateTimeFromNative (ulong seconds_since_the_one_true_epoch)
 
static ulong DateTimeToNative (DateTime dt)
 
static byte [] BlobFromNative (uint size, IntPtr pointer)
 
static byte [] FiledataFromNative (uint size, IntPtr pointer)
 
static IntPtr StringToNative (string s)
 
static string ovr_GetLoggedInUserLocale ()
 
static void LogNewEvent (string eventName, Dictionary< string, string > values)
 
static void ovr_ApplicationLifecycle_LogDeeplinkResult (string trackingID, LaunchResult result)
 
static ulong ovr_HTTP_StartTransfer (string url, ovrKeyValuePair[] headers)
 
static string ovr_Message_GetStringForJavascript (IntPtr message)
 
static ulong ovr_Achievements_AddCount (string name, ulong count)
 
static ulong ovr_Achievements_AddFields (string name, string fields)
 
static ulong ovr_Achievements_Unlock (string name)
 
static ulong ovr_ApplicationLifecycle_RegisterSessionKey (string sessionKey)
 
static ulong ovr_AssetFile_DeleteByName (string assetFileName)
 
static ulong ovr_AssetFile_DownloadByName (string assetFileName)
 
static ulong ovr_AssetFile_DownloadCancelByName (string assetFileName)
 
static ulong ovr_AssetFile_StatusByName (string assetFileName)
 
static ulong ovr_Avatar_UpdateMetaData (string avatarMetaData, string imageFilePath)
 
static ulong ovr_Challenges_Create (string leaderboardName, IntPtr challengeOptions)
 
static ulong ovr_CloudStorage_Delete (string bucket, string key)
 
static ulong ovr_CloudStorage_Load (string bucket, string key)
 
static ulong ovr_CloudStorage_LoadBucketMetadata (string bucket)
 
static ulong ovr_CloudStorage_LoadConflictMetadata (string bucket, string key)
 
static ulong ovr_CloudStorage_LoadHandle (string handle)
 
static ulong ovr_CloudStorage_LoadMetadata (string bucket, string key)
 
static ulong ovr_CloudStorage_ResolveKeepLocal (string bucket, string key, string remoteHandle)
 
static ulong ovr_CloudStorage_ResolveKeepRemote (string bucket, string key, string remoteHandle)
 
static ulong ovr_CloudStorage_Save (string bucket, string key, byte[] data, uint dataSize, long counter, string extraData)
 
static ulong ovr_Colocation_RequestMap (string uuid)
 
static ulong ovr_Colocation_ShareMap (string uuid)
 
static ulong ovr_GraphAPI_Get (string url)
 
static ulong ovr_GraphAPI_Post (string url)
 
static ulong ovr_GroupPresence_LaunchRejoinDialog (string lobby_session_id, string match_session_id, string destination_api_name)
 
static ulong ovr_GroupPresence_SetDestination (string api_name)
 
static ulong ovr_GroupPresence_SetLobbySession (string id)
 
static ulong ovr_GroupPresence_SetMatchSession (string id)
 
static ulong ovr_HTTP_Get (string url)
 
static ulong ovr_HTTP_GetToFile (string url, string diskFile)
 
static ulong ovr_HTTP_MultiPartPost (string url, string filepath_param_name, string filepath, string access_token, ovrKeyValuePair[] post_params)
 
static ulong ovr_HTTP_Post (string url)
 
static ulong ovr_IAP_ConsumePurchase (string sku)
 
static ulong ovr_IAP_LaunchCheckoutFlow (string sku)
 
static ulong ovr_LanguagePack_SetCurrent (string tag)
 
static ulong ovr_Leaderboard_Get (string leaderboardName)
 
static ulong ovr_Leaderboard_GetEntries (string leaderboardName, int limit, LeaderboardFilterType filter, LeaderboardStartAt startAt)
 
static ulong ovr_Leaderboard_GetEntriesAfterRank (string leaderboardName, int limit, ulong afterRank)
 
static ulong ovr_Leaderboard_GetEntriesByIds (string leaderboardName, int limit, LeaderboardStartAt startAt, UInt64[] userIDs, uint userIDLength)
 
static ulong ovr_Leaderboard_WriteEntry (string leaderboardName, long score, byte[] extraData, uint extraDataLength, bool forceUpdate)
 
static ulong ovr_Leaderboard_WriteEntryWithSupplementaryMetric (string leaderboardName, long score, long supplementaryMetric, byte[] extraData, uint extraDataLength, bool forceUpdate)
 
static ulong ovr_Livestreaming_IsAllowedForApplication (string packageName)
 
static ulong ovr_Matchmaking_Browse (string pool, IntPtr customQueryData)
 
static ulong ovr_Matchmaking_Browse2 (string pool, IntPtr matchmakingOptions)
 
static ulong ovr_Matchmaking_Cancel (string pool, string requestHash)
 
static ulong ovr_Matchmaking_CreateAndEnqueueRoom (string pool, uint maxUsers, bool subscribeToUpdates, IntPtr customQueryData)
 
static ulong ovr_Matchmaking_CreateAndEnqueueRoom2 (string pool, IntPtr matchmakingOptions)
 
static ulong ovr_Matchmaking_CreateRoom (string pool, uint maxUsers, bool subscribeToUpdates)
 
static ulong ovr_Matchmaking_CreateRoom2 (string pool, IntPtr matchmakingOptions)
 
static ulong ovr_Matchmaking_Enqueue (string pool, IntPtr customQueryData)
 
static ulong ovr_Matchmaking_Enqueue2 (string pool, IntPtr matchmakingOptions)
 
static ulong ovr_Matchmaking_GetStats (string pool, uint maxLevel, MatchmakingStatApproach approach)
 
static ulong ovr_Matchmaking_ReportResultInsecure (UInt64 roomID, ovrKeyValuePair[] data)
 
static ulong ovr_Media_ShareToFacebook (string postTextSuggestion, string filePath, MediaContentType contentType)
 
static ulong ovr_NetSync_SetVoipAttenuationModel (long connection_id, string name, float[] distances, float[] decibels, UIntPtr count)
 
static ulong ovr_NetSync_SetVoipChannelCfg (long connection_id, string channel_name, string attnmodel, bool disable_spatialization)
 
static ulong ovr_NetSync_SetVoipGroup (long connection_id, string group_id)
 
static ulong ovr_RichPresence_SetDestination (string api_name)
 
static ulong ovr_RichPresence_SetLobbySession (string id)
 
static ulong ovr_RichPresence_SetMatchSession (string id)
 
static ulong ovr_Room_InviteUser (UInt64 roomID, string inviteToken)
 
static ulong ovr_Room_SetDescription (UInt64 roomID, string description)
 
static ulong ovr_Room_UpdateDataStore (UInt64 roomID, ovrKeyValuePair[] data)
 
static ulong ovr_User_CancelRecordingForReportFlow (string recordingUUID)
 
static ulong ovr_User_StopRecordingAndLaunchReportFlow (UInt64 optionalUserID, string optionalRecordingUUID)
 
static ulong ovr_User_StopRecordingAndLaunchReportFlow2 (UInt64 optionalUserID, string optionalRecordingUUID, IntPtr abuseReportOptions)
 
static ulong ovr_User_TestUserCreateDeviceManifest (string deviceID, UInt64[] appIDs, int numAppIDs)
 
static ulong ovr_UserDataStore_PrivateDeleteEntryByKey (UInt64 userID, string key)
 
static ulong ovr_UserDataStore_PrivateGetEntryByKey (UInt64 userID, string key)
 
static ulong ovr_UserDataStore_PrivateWriteEntry (UInt64 userID, string key, string value)
 
static ulong ovr_UserDataStore_PublicDeleteEntryByKey (UInt64 userID, string key)
 
static ulong ovr_UserDataStore_PublicGetEntryByKey (UInt64 userID, string key)
 
static ulong ovr_UserDataStore_PublicWriteEntry (UInt64 userID, string key, string value)
 
static string ovr_AbuseReportRecording_GetRecordingUuid (IntPtr obj)
 
static string ovr_AchievementDefinition_GetName (IntPtr obj)
 
static string ovr_AchievementDefinitionArray_GetNextUrl (IntPtr obj)
 
static string ovr_AchievementProgress_GetBitfield (IntPtr obj)
 
static string ovr_AchievementProgress_GetName (IntPtr obj)
 
static DateTime ovr_AchievementProgress_GetUnlockTime (IntPtr obj)
 
static string ovr_AchievementProgressArray_GetNextUrl (IntPtr obj)
 
static string ovr_AchievementUpdate_GetName (IntPtr obj)
 
static string ovr_ApplicationVersion_GetCurrentName (IntPtr obj)
 
static string ovr_ApplicationVersion_GetLatestName (IntPtr obj)
 
static string ovr_AssetDetails_GetAssetType (IntPtr obj)
 
static string ovr_AssetDetails_GetDownloadStatus (IntPtr obj)
 
static string ovr_AssetDetails_GetFilepath (IntPtr obj)
 
static string ovr_AssetDetails_GetIapStatus (IntPtr obj)
 
static string ovr_AssetDetails_GetMetadata (IntPtr obj)
 
static string ovr_AssetFileDeleteResult_GetFilepath (IntPtr obj)
 
static string ovr_AssetFileDownloadCancelResult_GetFilepath (IntPtr obj)
 
static string ovr_AssetFileDownloadResult_GetFilepath (IntPtr obj)
 
static string ovr_CalApplicationFinalized_GetLaunchDetails (IntPtr obj)
 
static string ovr_CalApplicationSuggestion_GetSocialContext (IntPtr obj)
 
static string ovr_Challenge_GetDescription (IntPtr obj)
 
static DateTime ovr_Challenge_GetEndDate (IntPtr obj)
 
static DateTime ovr_Challenge_GetStartDate (IntPtr obj)
 
static string ovr_Challenge_GetTitle (IntPtr obj)
 
static string ovr_ChallengeArray_GetNextUrl (IntPtr obj)
 
static string ovr_ChallengeArray_GetPreviousUrl (IntPtr obj)
 
static string ovr_ChallengeEntry_GetDisplayScore (IntPtr obj)
 
static byte [] ovr_ChallengeEntry_GetExtraData (IntPtr obj)
 
static DateTime ovr_ChallengeEntry_GetTimestamp (IntPtr obj)
 
static string ovr_ChallengeEntryArray_GetNextUrl (IntPtr obj)
 
static string ovr_ChallengeEntryArray_GetPreviousUrl (IntPtr obj)
 
static string ovr_CloudStorage2UserDirectoryPathResponse_GetPath (IntPtr obj)
 
static string ovr_CloudStorageData_GetBucket (IntPtr obj)
 
static byte [] ovr_CloudStorageData_GetData (IntPtr obj)
 
static string ovr_CloudStorageData_GetKey (IntPtr obj)
 
static string ovr_CloudStorageMetadata_GetBucket (IntPtr obj)
 
static string ovr_CloudStorageMetadata_GetExtraData (IntPtr obj)
 
static string ovr_CloudStorageMetadata_GetKey (IntPtr obj)
 
static string ovr_CloudStorageMetadata_GetVersionHandle (IntPtr obj)
 
static string ovr_CloudStorageMetadataArray_GetNextUrl (IntPtr obj)
 
static string ovr_CloudStorageUpdateResponse_GetBucket (IntPtr obj)
 
static string ovr_CloudStorageUpdateResponse_GetKey (IntPtr obj)
 
static string ovr_CloudStorageUpdateResponse_GetVersionHandle (IntPtr obj)
 
static uint ovr_DataStore_Contains (IntPtr obj, string key)
 
static string ovr_DataStore_GetKey (IntPtr obj, int index)
 
static string ovr_DataStore_GetValue (IntPtr obj, string key)
 
static string ovr_Destination_GetApiName (IntPtr obj)
 
static string ovr_Destination_GetDeeplinkMessage (IntPtr obj)
 
static string ovr_Destination_GetDisplayName (IntPtr obj)
 
static string ovr_DestinationArray_GetNextUrl (IntPtr obj)
 
static string ovr_Error_GetDisplayableMessage (IntPtr obj)
 
static string ovr_Error_GetMessage (IntPtr obj)
 
static string ovr_GroupPresenceJoinIntent_GetDeeplinkMessage (IntPtr obj)
 
static string ovr_GroupPresenceJoinIntent_GetDestinationApiName (IntPtr obj)
 
static string ovr_GroupPresenceJoinIntent_GetLobbySessionId (IntPtr obj)
 
static string ovr_GroupPresenceJoinIntent_GetMatchSessionId (IntPtr obj)
 
static string ovr_GroupPresenceLeaveIntent_GetDestinationApiName (IntPtr obj)
 
static string ovr_GroupPresenceLeaveIntent_GetLobbySessionId (IntPtr obj)
 
static string ovr_GroupPresenceLeaveIntent_GetMatchSessionId (IntPtr obj)
 
static string ovr_InstalledApplication_GetApplicationId (IntPtr obj)
 
static string ovr_InstalledApplication_GetPackageName (IntPtr obj)
 
static string ovr_InstalledApplication_GetStatus (IntPtr obj)
 
static string ovr_InstalledApplication_GetVersionName (IntPtr obj)
 
static string ovr_LanguagePackInfo_GetEnglishName (IntPtr obj)
 
static string ovr_LanguagePackInfo_GetNativeName (IntPtr obj)
 
static string ovr_LanguagePackInfo_GetTag (IntPtr obj)
 
static string ovr_LaunchDetails_GetDeeplinkMessage (IntPtr obj)
 
static string ovr_LaunchDetails_GetDestinationApiName (IntPtr obj)
 
static string ovr_LaunchDetails_GetLaunchSource (IntPtr obj)
 
static string ovr_LaunchDetails_GetTrackingID (IntPtr obj)
 
static string ovr_Leaderboard_GetApiName (IntPtr obj)
 
static string ovr_LeaderboardArray_GetNextUrl (IntPtr obj)
 
static string ovr_LeaderboardEntry_GetDisplayScore (IntPtr obj)
 
static byte [] ovr_LeaderboardEntry_GetExtraData (IntPtr obj)
 
static DateTime ovr_LeaderboardEntry_GetTimestamp (IntPtr obj)
 
static string ovr_LeaderboardEntryArray_GetNextUrl (IntPtr obj)
 
static string ovr_LeaderboardEntryArray_GetPreviousUrl (IntPtr obj)
 
static string ovr_LinkedAccount_GetAccessToken (IntPtr obj)
 
static string ovr_LinkedAccount_GetUserId (IntPtr obj)
 
static string ovr_LivestreamingVideoStats_GetTotalViews (IntPtr obj)
 
static string ovr_MatchmakingAdminSnapshotCandidate_GetTraceId (IntPtr obj)
 
static string ovr_MatchmakingCandidate_GetEntryHash (IntPtr obj)
 
static string ovr_MatchmakingCandidateArray_GetNextUrl (IntPtr obj)
 
static string ovr_MatchmakingEnqueueResult_GetPool (IntPtr obj)
 
static string ovr_MatchmakingEnqueueResult_GetRequestHash (IntPtr obj)
 
static string ovr_MatchmakingNotification_GetTraceId (IntPtr obj)
 
static string ovr_Message_GetString (IntPtr obj)
 
static string ovr_NetSyncConnection_GetZoneId (IntPtr obj)
 
static string ovr_NetSyncSession_GetVoipGroup (IntPtr obj)
 
static string ovr_PartyUpdateNotification_GetUpdateTimestamp (IntPtr obj)
 
static string ovr_PartyUpdateNotification_GetUserAlias (IntPtr obj)
 
static string ovr_PartyUpdateNotification_GetUserName (IntPtr obj)
 
static string ovr_Pid_GetId (IntPtr obj)
 
static string ovr_Price_GetCurrency (IntPtr obj)
 
static string ovr_Price_GetFormatted (IntPtr obj)
 
static string ovr_Product_GetDescription (IntPtr obj)
 
static string ovr_Product_GetFormattedPrice (IntPtr obj)
 
static string ovr_Product_GetName (IntPtr obj)
 
static string ovr_Product_GetSKU (IntPtr obj)
 
static string ovr_ProductArray_GetNextUrl (IntPtr obj)
 
static DateTime ovr_Purchase_GetExpirationTime (IntPtr obj)
 
static DateTime ovr_Purchase_GetGrantTime (IntPtr obj)
 
static string ovr_Purchase_GetPurchaseStrID (IntPtr obj)
 
static string ovr_Purchase_GetSKU (IntPtr obj)
 
static string ovr_PurchaseArray_GetNextUrl (IntPtr obj)
 
static string ovr_Room_GetDescription (IntPtr obj)
 
static string ovr_Room_GetName (IntPtr obj)
 
static string ovr_RoomArray_GetNextUrl (IntPtr obj)
 
static DateTime ovr_RoomInviteNotification_GetSentTime (IntPtr obj)
 
static string ovr_RoomInviteNotificationArray_GetNextUrl (IntPtr obj)
 
static string ovr_Team_GetName (IntPtr obj)
 
static string ovr_TestUser_GetAccessToken (IntPtr obj)
 
static string ovr_TestUser_GetFriendAccessToken (IntPtr obj)
 
static string ovr_TestUser_GetUserAlias (IntPtr obj)
 
static string ovr_TestUserAppAccess_GetAccessToken (IntPtr obj)
 
static string ovr_User_GetDisplayName (IntPtr obj)
 
static string ovr_User_GetImageUrl (IntPtr obj)
 
static string ovr_User_GetInviteToken (IntPtr obj)
 
static string ovr_User_GetOculusID (IntPtr obj)
 
static string ovr_User_GetPresence (IntPtr obj)
 
static string ovr_User_GetPresenceDeeplinkMessage (IntPtr obj)
 
static string ovr_User_GetPresenceDestinationApiName (IntPtr obj)
 
static string ovr_User_GetPresenceLobbySessionId (IntPtr obj)
 
static string ovr_User_GetPresenceMatchSessionId (IntPtr obj)
 
static string ovr_User_GetSmallImageUrl (IntPtr obj)
 
static string ovr_UserAndRoomArray_GetNextUrl (IntPtr obj)
 
static string ovr_UserArray_GetNextUrl (IntPtr obj)
 
static string ovr_UserProof_GetNonce (IntPtr obj)
 
static void ovr_AdvancedAbuseReportOptions_SetObjectType (IntPtr handle, string value)
 
static void ovr_ApplicationOptions_SetDeeplinkMessage (IntPtr handle, string value)
 
static void ovr_ChallengeOptions_SetDescription (IntPtr handle, string value)
 
static void ovr_ChallengeOptions_SetEndDate (IntPtr handle, DateTime value)
 
static void ovr_ChallengeOptions_SetLeaderboardName (IntPtr handle, string value)
 
static void ovr_ChallengeOptions_SetStartDate (IntPtr handle, DateTime value)
 
static void ovr_ChallengeOptions_SetTitle (IntPtr handle, string value)
 
static void ovr_GroupPresenceOptions_SetDestinationApiName (IntPtr handle, string value)
 
static void ovr_GroupPresenceOptions_SetLobbySessionId (IntPtr handle, string value)
 
static void ovr_GroupPresenceOptions_SetMatchSessionId (IntPtr handle, string value)
 
static void ovr_MatchmakingOptions_SetCreateRoomDataStoreString (IntPtr handle, string key, string value)
 
static void ovr_MatchmakingOptions_SetEnqueueDataSettingsInt (IntPtr handle, string key, int value)
 
static void ovr_MatchmakingOptions_SetEnqueueDataSettingsDouble (IntPtr handle, string key, double value)
 
static void ovr_MatchmakingOptions_SetEnqueueDataSettingsString (IntPtr handle, string key, string value)
 
static void ovr_MatchmakingOptions_SetEnqueueQueryKey (IntPtr handle, string value)
 
static void ovr_NetSyncOptions_SetVoipGroup (IntPtr handle, string value)
 
static void ovr_NetSyncOptions_SetZoneId (IntPtr handle, string value)
 
static void ovr_RichPresenceOptions_SetApiName (IntPtr handle, string value)
 
static void ovr_RichPresenceOptions_SetArgsString (IntPtr handle, string key, string value)
 
static void ovr_RichPresenceOptions_SetDeeplinkMessageOverride (IntPtr handle, string value)
 
static void ovr_RichPresenceOptions_SetEndTime (IntPtr handle, DateTime value)
 
static void ovr_RichPresenceOptions_SetInstanceId (IntPtr handle, string value)
 
static void ovr_RichPresenceOptions_SetJoinableId (IntPtr handle, string value)
 
static void ovr_RichPresenceOptions_SetLobbySessionId (IntPtr handle, string value)
 
static void ovr_RichPresenceOptions_SetMatchSessionId (IntPtr handle, string value)
 
static void ovr_RichPresenceOptions_SetStartTime (IntPtr handle, DateTime value)
 
static void ovr_RoomOptions_SetDataStoreString (IntPtr handle, string key, string value)
 

Public Attributes

const string DLL_NAME = "ovrplatformloader"
 
const int VoipFilterBufferSize = 480
 

Member Function Documentation

◆ ArrayOfStructsToIntPtr()

static IntPtr Oculus.Platform.CAPI.ArrayOfStructsToIntPtr ( Array  ar)
static

◆ BlobFromNative()

static byte [] Oculus.Platform.CAPI.BlobFromNative ( uint  size,
IntPtr  pointer 
)
static

◆ DataStoreFromNative()

static Dictionary<string, string> Oculus.Platform.CAPI.DataStoreFromNative ( IntPtr  pointer)
static

◆ DateTimeFromNative()

static DateTime Oculus.Platform.CAPI.DateTimeFromNative ( ulong  seconds_since_the_one_true_epoch)
static

◆ DateTimeToNative()

static ulong Oculus.Platform.CAPI.DateTimeToNative ( DateTime  dt)
static

◆ DictionaryToOVRKeyValuePairs()

static CAPI.ovrKeyValuePair [] Oculus.Platform.CAPI.DictionaryToOVRKeyValuePairs ( Dictionary< string, object >  dict)
static

◆ FiledataFromNative()

static byte [] Oculus.Platform.CAPI.FiledataFromNative ( uint  size,
IntPtr  pointer 
)
static

◆ FilterCallback()

delegate void Oculus.Platform.CAPI.FilterCallback ( [MarshalAs(UnmanagedType.LPArray, SizeConst=VoipFilterBufferSize), In, Out] short []  pcmData,
UIntPtr  pcmDataLength,
int  frequency,
int  numChannels 
)

◆ GetNativeStringLengthNotIncludingNullTerminator()

static int Oculus.Platform.CAPI.GetNativeStringLengthNotIncludingNullTerminator ( IntPtr  pointer)
static

◆ IntPtrToByteArray()

static byte [] Oculus.Platform.CAPI.IntPtrToByteArray ( IntPtr  data,
ulong  size 
)
static

◆ LogNewEvent()

static void Oculus.Platform.CAPI.LogNewEvent ( string  eventName,
Dictionary< string, string >  values 
)
static

◆ ovr_AbuseReport_LaunchAdvancedReportFlow()

static ulong Oculus.Platform.CAPI.ovr_AbuseReport_LaunchAdvancedReportFlow ( UInt64  content_id,
IntPtr  abuse_report_options 
)

◆ ovr_AbuseReportOptions_Create()

static IntPtr Oculus.Platform.CAPI.ovr_AbuseReportOptions_Create ( )

◆ ovr_AbuseReportOptions_Destroy()

static void Oculus.Platform.CAPI.ovr_AbuseReportOptions_Destroy ( IntPtr  handle)

◆ ovr_AbuseReportOptions_SetPreventPeopleChooser()

static void Oculus.Platform.CAPI.ovr_AbuseReportOptions_SetPreventPeopleChooser ( IntPtr  handle,
bool  value 
)

◆ ovr_AbuseReportOptions_SetReportType()

static void Oculus.Platform.CAPI.ovr_AbuseReportOptions_SetReportType ( IntPtr  handle,
AbuseReportType  value 
)

◆ ovr_AbuseReportRecording_GetRecordingUuid()

static string Oculus.Platform.CAPI.ovr_AbuseReportRecording_GetRecordingUuid ( IntPtr  obj)
static

◆ ovr_AchievementDefinition_GetBitfieldLength()

static uint Oculus.Platform.CAPI.ovr_AchievementDefinition_GetBitfieldLength ( IntPtr  obj)

◆ ovr_AchievementDefinition_GetName()

static string Oculus.Platform.CAPI.ovr_AchievementDefinition_GetName ( IntPtr  obj)
static

◆ ovr_AchievementDefinition_GetTarget()

static ulong Oculus.Platform.CAPI.ovr_AchievementDefinition_GetTarget ( IntPtr  obj)

◆ ovr_AchievementDefinition_GetType()

static AchievementType Oculus.Platform.CAPI.ovr_AchievementDefinition_GetType ( IntPtr  obj)

◆ ovr_AchievementDefinitionArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_AchievementDefinitionArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_AchievementDefinitionArray_GetNextUrl()

static string Oculus.Platform.CAPI.ovr_AchievementDefinitionArray_GetNextUrl ( IntPtr  obj)
static

◆ ovr_AchievementDefinitionArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_AchievementDefinitionArray_GetSize ( IntPtr  obj)

◆ ovr_AchievementDefinitionArray_HasNextPage()

static bool Oculus.Platform.CAPI.ovr_AchievementDefinitionArray_HasNextPage ( IntPtr  obj)

◆ ovr_AchievementProgress_GetBitfield()

static string Oculus.Platform.CAPI.ovr_AchievementProgress_GetBitfield ( IntPtr  obj)
static

◆ ovr_AchievementProgress_GetCount()

static ulong Oculus.Platform.CAPI.ovr_AchievementProgress_GetCount ( IntPtr  obj)

◆ ovr_AchievementProgress_GetIsUnlocked()

static bool Oculus.Platform.CAPI.ovr_AchievementProgress_GetIsUnlocked ( IntPtr  obj)

◆ ovr_AchievementProgress_GetName()

static string Oculus.Platform.CAPI.ovr_AchievementProgress_GetName ( IntPtr  obj)
static

◆ ovr_AchievementProgress_GetUnlockTime()

static DateTime Oculus.Platform.CAPI.ovr_AchievementProgress_GetUnlockTime ( IntPtr  obj)
static

◆ ovr_AchievementProgressArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_AchievementProgressArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_AchievementProgressArray_GetNextUrl()

static string Oculus.Platform.CAPI.ovr_AchievementProgressArray_GetNextUrl ( IntPtr  obj)
static

◆ ovr_AchievementProgressArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_AchievementProgressArray_GetSize ( IntPtr  obj)

◆ ovr_AchievementProgressArray_HasNextPage()

static bool Oculus.Platform.CAPI.ovr_AchievementProgressArray_HasNextPage ( IntPtr  obj)

◆ ovr_Achievements_AddCount()

static ulong Oculus.Platform.CAPI.ovr_Achievements_AddCount ( string  name,
ulong  count 
)
static

◆ ovr_Achievements_AddFields()

static ulong Oculus.Platform.CAPI.ovr_Achievements_AddFields ( string  name,
string  fields 
)
static

◆ ovr_Achievements_GetAllDefinitions()

static ulong Oculus.Platform.CAPI.ovr_Achievements_GetAllDefinitions ( )

◆ ovr_Achievements_GetAllProgress()

static ulong Oculus.Platform.CAPI.ovr_Achievements_GetAllProgress ( )

◆ ovr_Achievements_GetDefinitionsByName()

static ulong Oculus.Platform.CAPI.ovr_Achievements_GetDefinitionsByName ( string []  names,
int  count 
)

◆ ovr_Achievements_GetProgressByName()

static ulong Oculus.Platform.CAPI.ovr_Achievements_GetProgressByName ( string []  names,
int  count 
)

◆ ovr_Achievements_Unlock()

static ulong Oculus.Platform.CAPI.ovr_Achievements_Unlock ( string  name)
static

◆ ovr_AchievementUpdate_GetJustUnlocked()

static bool Oculus.Platform.CAPI.ovr_AchievementUpdate_GetJustUnlocked ( IntPtr  obj)

◆ ovr_AchievementUpdate_GetName()

static string Oculus.Platform.CAPI.ovr_AchievementUpdate_GetName ( IntPtr  obj)
static

◆ ovr_AdvancedAbuseReportOptions_Create()

static IntPtr Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_Create ( )

◆ ovr_AdvancedAbuseReportOptions_Destroy()

static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_Destroy ( IntPtr  handle)

◆ ovr_AdvancedAbuseReportOptions_SetObjectType()

static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_SetObjectType ( IntPtr  handle,
string  value 
)
static

◆ ovr_AdvancedAbuseReportOptions_SetReportType()

static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_SetReportType ( IntPtr  handle,
AbuseReportType  value 
)

◆ ovr_AdvancedAbuseReportOptions_SetVideoMode()

static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_SetVideoMode ( IntPtr  handle,
AbuseReportVideoMode  value 
)

◆ ovr_Application_ExecuteCoordinatedLaunch()

static ulong Oculus.Platform.CAPI.ovr_Application_ExecuteCoordinatedLaunch ( ulong  appID,
ulong  roomID 
)

◆ ovr_Application_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_Application_GetID ( IntPtr  obj)

◆ ovr_Application_GetInstalledApplications()

static ulong Oculus.Platform.CAPI.ovr_Application_GetInstalledApplications ( )

◆ ovr_Application_GetVersion()

static ulong Oculus.Platform.CAPI.ovr_Application_GetVersion ( )

◆ ovr_Application_LaunchOtherApp()

static ulong Oculus.Platform.CAPI.ovr_Application_LaunchOtherApp ( UInt64  appID,
IntPtr  deeplink_options 
)

◆ ovr_ApplicationLifecycle_GetLaunchDetails()

static IntPtr Oculus.Platform.CAPI.ovr_ApplicationLifecycle_GetLaunchDetails ( )

◆ ovr_ApplicationLifecycle_GetRegisteredPIDs()

static ulong Oculus.Platform.CAPI.ovr_ApplicationLifecycle_GetRegisteredPIDs ( )

◆ ovr_ApplicationLifecycle_GetSessionKey()

static ulong Oculus.Platform.CAPI.ovr_ApplicationLifecycle_GetSessionKey ( )

◆ ovr_ApplicationLifecycle_LogDeeplinkResult()

static void Oculus.Platform.CAPI.ovr_ApplicationLifecycle_LogDeeplinkResult ( string  trackingID,
LaunchResult  result 
)
static

◆ ovr_ApplicationLifecycle_RegisterSessionKey()

static ulong Oculus.Platform.CAPI.ovr_ApplicationLifecycle_RegisterSessionKey ( string  sessionKey)
static

◆ ovr_ApplicationOptions_Create()

static IntPtr Oculus.Platform.CAPI.ovr_ApplicationOptions_Create ( )

◆ ovr_ApplicationOptions_Destroy()

static void Oculus.Platform.CAPI.ovr_ApplicationOptions_Destroy ( IntPtr  handle)

◆ ovr_ApplicationOptions_SetDeeplinkMessage()

static void Oculus.Platform.CAPI.ovr_ApplicationOptions_SetDeeplinkMessage ( IntPtr  handle,
string  value 
)
static

◆ ovr_ApplicationVersion_GetCurrentCode()

static int Oculus.Platform.CAPI.ovr_ApplicationVersion_GetCurrentCode ( IntPtr  obj)

◆ ovr_ApplicationVersion_GetCurrentName()

static string Oculus.Platform.CAPI.ovr_ApplicationVersion_GetCurrentName ( IntPtr  obj)
static

◆ ovr_ApplicationVersion_GetLatestCode()

static int Oculus.Platform.CAPI.ovr_ApplicationVersion_GetLatestCode ( IntPtr  obj)

◆ ovr_ApplicationVersion_GetLatestName()

static string Oculus.Platform.CAPI.ovr_ApplicationVersion_GetLatestName ( IntPtr  obj)
static

◆ ovr_AssetDetails_GetAssetId()

static UInt64 Oculus.Platform.CAPI.ovr_AssetDetails_GetAssetId ( IntPtr  obj)

◆ ovr_AssetDetails_GetAssetType()

static string Oculus.Platform.CAPI.ovr_AssetDetails_GetAssetType ( IntPtr  obj)
static

◆ ovr_AssetDetails_GetDownloadStatus()

static string Oculus.Platform.CAPI.ovr_AssetDetails_GetDownloadStatus ( IntPtr  obj)
static

◆ ovr_AssetDetails_GetFilepath()

static string Oculus.Platform.CAPI.ovr_AssetDetails_GetFilepath ( IntPtr  obj)
static

◆ ovr_AssetDetails_GetIapStatus()

static string Oculus.Platform.CAPI.ovr_AssetDetails_GetIapStatus ( IntPtr  obj)
static

◆ ovr_AssetDetails_GetLanguage()

static IntPtr Oculus.Platform.CAPI.ovr_AssetDetails_GetLanguage ( IntPtr  obj)

◆ ovr_AssetDetails_GetMetadata()

static string Oculus.Platform.CAPI.ovr_AssetDetails_GetMetadata ( IntPtr  obj)
static

◆ ovr_AssetDetailsArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_AssetDetailsArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_AssetDetailsArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_AssetDetailsArray_GetSize ( IntPtr  obj)

◆ ovr_AssetFile_Delete()

static ulong Oculus.Platform.CAPI.ovr_AssetFile_Delete ( UInt64  assetFileID)

◆ ovr_AssetFile_DeleteById()

static ulong Oculus.Platform.CAPI.ovr_AssetFile_DeleteById ( UInt64  assetFileID)

◆ ovr_AssetFile_DeleteByName()

static ulong Oculus.Platform.CAPI.ovr_AssetFile_DeleteByName ( string  assetFileName)
static

◆ ovr_AssetFile_Download()

static ulong Oculus.Platform.CAPI.ovr_AssetFile_Download ( UInt64  assetFileID)

◆ ovr_AssetFile_DownloadById()

static ulong Oculus.Platform.CAPI.ovr_AssetFile_DownloadById ( UInt64  assetFileID)

◆ ovr_AssetFile_DownloadByName()

static ulong Oculus.Platform.CAPI.ovr_AssetFile_DownloadByName ( string  assetFileName)
static

◆ ovr_AssetFile_DownloadCancel()

static ulong Oculus.Platform.CAPI.ovr_AssetFile_DownloadCancel ( UInt64  assetFileID)

◆ ovr_AssetFile_DownloadCancelById()

static ulong Oculus.Platform.CAPI.ovr_AssetFile_DownloadCancelById ( UInt64  assetFileID)

◆ ovr_AssetFile_DownloadCancelByName()

static ulong Oculus.Platform.CAPI.ovr_AssetFile_DownloadCancelByName ( string  assetFileName)
static

◆ ovr_AssetFile_GetList()

static ulong Oculus.Platform.CAPI.ovr_AssetFile_GetList ( )

◆ ovr_AssetFile_Status()

static ulong Oculus.Platform.CAPI.ovr_AssetFile_Status ( UInt64  assetFileID)

◆ ovr_AssetFile_StatusById()

static ulong Oculus.Platform.CAPI.ovr_AssetFile_StatusById ( UInt64  assetFileID)

◆ ovr_AssetFile_StatusByName()

static ulong Oculus.Platform.CAPI.ovr_AssetFile_StatusByName ( string  assetFileName)
static

◆ ovr_AssetFileDeleteResult_GetAssetFileId()

static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDeleteResult_GetAssetFileId ( IntPtr  obj)

◆ ovr_AssetFileDeleteResult_GetAssetId()

static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDeleteResult_GetAssetId ( IntPtr  obj)

◆ ovr_AssetFileDeleteResult_GetFilepath()

static string Oculus.Platform.CAPI.ovr_AssetFileDeleteResult_GetFilepath ( IntPtr  obj)
static

◆ ovr_AssetFileDeleteResult_GetSuccess()

static bool Oculus.Platform.CAPI.ovr_AssetFileDeleteResult_GetSuccess ( IntPtr  obj)

◆ ovr_AssetFileDownloadCancelResult_GetAssetFileId()

static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDownloadCancelResult_GetAssetFileId ( IntPtr  obj)

◆ ovr_AssetFileDownloadCancelResult_GetAssetId()

static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDownloadCancelResult_GetAssetId ( IntPtr  obj)

◆ ovr_AssetFileDownloadCancelResult_GetFilepath()

static string Oculus.Platform.CAPI.ovr_AssetFileDownloadCancelResult_GetFilepath ( IntPtr  obj)
static

◆ ovr_AssetFileDownloadCancelResult_GetSuccess()

static bool Oculus.Platform.CAPI.ovr_AssetFileDownloadCancelResult_GetSuccess ( IntPtr  obj)

◆ ovr_AssetFileDownloadResult_GetAssetId()

static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDownloadResult_GetAssetId ( IntPtr  obj)

◆ ovr_AssetFileDownloadResult_GetFilepath()

static string Oculus.Platform.CAPI.ovr_AssetFileDownloadResult_GetFilepath ( IntPtr  obj)
static

◆ ovr_AssetFileDownloadUpdate_GetAssetFileId()

static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetAssetFileId ( IntPtr  obj)

◆ ovr_AssetFileDownloadUpdate_GetAssetId()

static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetAssetId ( IntPtr  obj)

◆ ovr_AssetFileDownloadUpdate_GetBytesTotal()

static uint Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetBytesTotal ( IntPtr  obj)

◆ ovr_AssetFileDownloadUpdate_GetBytesTotalLong()

static ulong Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetBytesTotalLong ( IntPtr  obj)

◆ ovr_AssetFileDownloadUpdate_GetBytesTransferred()

static int Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetBytesTransferred ( IntPtr  obj)

◆ ovr_AssetFileDownloadUpdate_GetBytesTransferredLong()

static long Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetBytesTransferredLong ( IntPtr  obj)

◆ ovr_AssetFileDownloadUpdate_GetCompleted()

static bool Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetCompleted ( IntPtr  obj)

◆ ovr_Avatar_UpdateMetaData()

static ulong Oculus.Platform.CAPI.ovr_Avatar_UpdateMetaData ( string  avatarMetaData,
string  imageFilePath 
)
static

◆ ovr_Cal_FinalizeApplication()

static ulong Oculus.Platform.CAPI.ovr_Cal_FinalizeApplication ( UInt64  groupingObject,
UInt64 []  userIDs,
int  numUserIDs,
UInt64  finalized_application_ID 
)

◆ ovr_Cal_GetSuggestedApplications()

static ulong Oculus.Platform.CAPI.ovr_Cal_GetSuggestedApplications ( UInt64  groupingObject,
UInt64 []  userIDs,
int  numUserIDs 
)

◆ ovr_Cal_ProposeApplication()

static ulong Oculus.Platform.CAPI.ovr_Cal_ProposeApplication ( UInt64  groupingObject,
UInt64 []  userIDs,
int  numUserIDs,
UInt64  proposed_application_ID 
)

◆ ovr_CalApplicationFinalized_GetCountdownMS()

static int Oculus.Platform.CAPI.ovr_CalApplicationFinalized_GetCountdownMS ( IntPtr  obj)

◆ ovr_CalApplicationFinalized_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_CalApplicationFinalized_GetID ( IntPtr  obj)

◆ ovr_CalApplicationFinalized_GetLaunchDetails()

static string Oculus.Platform.CAPI.ovr_CalApplicationFinalized_GetLaunchDetails ( IntPtr  obj)
static

◆ ovr_CalApplicationProposed_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_CalApplicationProposed_GetID ( IntPtr  obj)

◆ ovr_CalApplicationSuggestion_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_CalApplicationSuggestion_GetID ( IntPtr  obj)

◆ ovr_CalApplicationSuggestion_GetSocialContext()

static string Oculus.Platform.CAPI.ovr_CalApplicationSuggestion_GetSocialContext ( IntPtr  obj)
static

◆ ovr_CalApplicationSuggestionArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_CalApplicationSuggestionArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_CalApplicationSuggestionArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_CalApplicationSuggestionArray_GetSize ( IntPtr  obj)

◆ ovr_Challenge_GetCreationType()

static ChallengeCreationType Oculus.Platform.CAPI.ovr_Challenge_GetCreationType ( IntPtr  obj)

◆ ovr_Challenge_GetDescription()

static string Oculus.Platform.CAPI.ovr_Challenge_GetDescription ( IntPtr  obj)
static

◆ ovr_Challenge_GetEndDate()

static DateTime Oculus.Platform.CAPI.ovr_Challenge_GetEndDate ( IntPtr  obj)
static

◆ ovr_Challenge_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_Challenge_GetID ( IntPtr  obj)

◆ ovr_Challenge_GetInvitedUsers()

static IntPtr Oculus.Platform.CAPI.ovr_Challenge_GetInvitedUsers ( IntPtr  obj)

◆ ovr_Challenge_GetLeaderboard()

static IntPtr Oculus.Platform.CAPI.ovr_Challenge_GetLeaderboard ( IntPtr  obj)

◆ ovr_Challenge_GetParticipants()

static IntPtr Oculus.Platform.CAPI.ovr_Challenge_GetParticipants ( IntPtr  obj)

◆ ovr_Challenge_GetStartDate()

static DateTime Oculus.Platform.CAPI.ovr_Challenge_GetStartDate ( IntPtr  obj)
static

◆ ovr_Challenge_GetTitle()

static string Oculus.Platform.CAPI.ovr_Challenge_GetTitle ( IntPtr  obj)
static

◆ ovr_Challenge_GetVisibility()

static ChallengeVisibility Oculus.Platform.CAPI.ovr_Challenge_GetVisibility ( IntPtr  obj)

◆ ovr_ChallengeArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_ChallengeArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_ChallengeArray_GetNextUrl()

static string Oculus.Platform.CAPI.ovr_ChallengeArray_GetNextUrl ( IntPtr  obj)
static

◆ ovr_ChallengeArray_GetPreviousUrl()

static string Oculus.Platform.CAPI.ovr_ChallengeArray_GetPreviousUrl ( IntPtr  obj)
static

◆ ovr_ChallengeArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_ChallengeArray_GetSize ( IntPtr  obj)

◆ ovr_ChallengeArray_GetTotalCount()

static ulong Oculus.Platform.CAPI.ovr_ChallengeArray_GetTotalCount ( IntPtr  obj)

◆ ovr_ChallengeArray_HasNextPage()

static bool Oculus.Platform.CAPI.ovr_ChallengeArray_HasNextPage ( IntPtr  obj)

◆ ovr_ChallengeArray_HasPreviousPage()

static bool Oculus.Platform.CAPI.ovr_ChallengeArray_HasPreviousPage ( IntPtr  obj)

◆ ovr_ChallengeEntry_GetDisplayScore()

static string Oculus.Platform.CAPI.ovr_ChallengeEntry_GetDisplayScore ( IntPtr  obj)
static

◆ ovr_ChallengeEntry_GetExtraData()

static byte [] Oculus.Platform.CAPI.ovr_ChallengeEntry_GetExtraData ( IntPtr  obj)
static

◆ ovr_ChallengeEntry_GetExtraDataLength()

static uint Oculus.Platform.CAPI.ovr_ChallengeEntry_GetExtraDataLength ( IntPtr  obj)

◆ ovr_ChallengeEntry_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_ChallengeEntry_GetID ( IntPtr  obj)

◆ ovr_ChallengeEntry_GetRank()

static int Oculus.Platform.CAPI.ovr_ChallengeEntry_GetRank ( IntPtr  obj)

◆ ovr_ChallengeEntry_GetScore()

static long Oculus.Platform.CAPI.ovr_ChallengeEntry_GetScore ( IntPtr  obj)

◆ ovr_ChallengeEntry_GetTimestamp()

static DateTime Oculus.Platform.CAPI.ovr_ChallengeEntry_GetTimestamp ( IntPtr  obj)
static

◆ ovr_ChallengeEntry_GetUser()

static IntPtr Oculus.Platform.CAPI.ovr_ChallengeEntry_GetUser ( IntPtr  obj)

◆ ovr_ChallengeEntryArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_ChallengeEntryArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_ChallengeEntryArray_GetNextUrl()

static string Oculus.Platform.CAPI.ovr_ChallengeEntryArray_GetNextUrl ( IntPtr  obj)
static

◆ ovr_ChallengeEntryArray_GetPreviousUrl()

static string Oculus.Platform.CAPI.ovr_ChallengeEntryArray_GetPreviousUrl ( IntPtr  obj)
static

◆ ovr_ChallengeEntryArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_ChallengeEntryArray_GetSize ( IntPtr  obj)

◆ ovr_ChallengeEntryArray_GetTotalCount()

static ulong Oculus.Platform.CAPI.ovr_ChallengeEntryArray_GetTotalCount ( IntPtr  obj)

◆ ovr_ChallengeEntryArray_HasNextPage()

static bool Oculus.Platform.CAPI.ovr_ChallengeEntryArray_HasNextPage ( IntPtr  obj)

◆ ovr_ChallengeEntryArray_HasPreviousPage()

static bool Oculus.Platform.CAPI.ovr_ChallengeEntryArray_HasPreviousPage ( IntPtr  obj)

◆ ovr_ChallengeOptions_Create()

static IntPtr Oculus.Platform.CAPI.ovr_ChallengeOptions_Create ( )

◆ ovr_ChallengeOptions_Destroy()

static void Oculus.Platform.CAPI.ovr_ChallengeOptions_Destroy ( IntPtr  handle)

◆ ovr_ChallengeOptions_SetDescription()

static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetDescription ( IntPtr  handle,
string  value 
)
static

◆ ovr_ChallengeOptions_SetEndDate()

static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetEndDate ( IntPtr  handle,
DateTime  value 
)
static

◆ ovr_ChallengeOptions_SetIncludeActiveChallenges()

static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetIncludeActiveChallenges ( IntPtr  handle,
bool  value 
)

◆ ovr_ChallengeOptions_SetIncludeFutureChallenges()

static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetIncludeFutureChallenges ( IntPtr  handle,
bool  value 
)

◆ ovr_ChallengeOptions_SetIncludePastChallenges()

static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetIncludePastChallenges ( IntPtr  handle,
bool  value 
)

◆ ovr_ChallengeOptions_SetLeaderboardName()

static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetLeaderboardName ( IntPtr  handle,
string  value 
)
static

◆ ovr_ChallengeOptions_SetStartDate()

static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetStartDate ( IntPtr  handle,
DateTime  value 
)
static

◆ ovr_ChallengeOptions_SetTitle()

static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetTitle ( IntPtr  handle,
string  value 
)
static

◆ ovr_ChallengeOptions_SetViewerFilter()

static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetViewerFilter ( IntPtr  handle,
ChallengeViewerFilter  value 
)

◆ ovr_ChallengeOptions_SetVisibility()

static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetVisibility ( IntPtr  handle,
ChallengeVisibility  value 
)

◆ ovr_Challenges_Create()

static ulong Oculus.Platform.CAPI.ovr_Challenges_Create ( string  leaderboardName,
IntPtr  challengeOptions 
)
static

◆ ovr_Challenges_DeclineInvite()

static ulong Oculus.Platform.CAPI.ovr_Challenges_DeclineInvite ( UInt64  challengeID)

◆ ovr_Challenges_Delete()

static ulong Oculus.Platform.CAPI.ovr_Challenges_Delete ( UInt64  challengeID)

◆ ovr_Challenges_Get()

static ulong Oculus.Platform.CAPI.ovr_Challenges_Get ( UInt64  challengeID)

◆ ovr_Challenges_GetEntries()

static ulong Oculus.Platform.CAPI.ovr_Challenges_GetEntries ( UInt64  challengeID,
int  limit,
LeaderboardFilterType  filter,
LeaderboardStartAt  startAt 
)

◆ ovr_Challenges_GetEntriesAfterRank()

static ulong Oculus.Platform.CAPI.ovr_Challenges_GetEntriesAfterRank ( UInt64  challengeID,
int  limit,
ulong  afterRank 
)

◆ ovr_Challenges_GetEntriesByIds()

static ulong Oculus.Platform.CAPI.ovr_Challenges_GetEntriesByIds ( UInt64  challengeID,
int  limit,
LeaderboardStartAt  startAt,
UInt64 []  userIDs,
uint  userIDLength 
)

◆ ovr_Challenges_GetList()

static ulong Oculus.Platform.CAPI.ovr_Challenges_GetList ( IntPtr  challengeOptions,
int  limit 
)

◆ ovr_Challenges_GetNextChallenges()

static ulong Oculus.Platform.CAPI.ovr_Challenges_GetNextChallenges ( IntPtr  handle)

◆ ovr_Challenges_GetNextEntries()

static ulong Oculus.Platform.CAPI.ovr_Challenges_GetNextEntries ( IntPtr  handle)

◆ ovr_Challenges_GetPreviousChallenges()

static ulong Oculus.Platform.CAPI.ovr_Challenges_GetPreviousChallenges ( IntPtr  handle)

◆ ovr_Challenges_GetPreviousEntries()

static ulong Oculus.Platform.CAPI.ovr_Challenges_GetPreviousEntries ( IntPtr  handle)

◆ ovr_Challenges_Join()

static ulong Oculus.Platform.CAPI.ovr_Challenges_Join ( UInt64  challengeID)

◆ ovr_Challenges_Leave()

static ulong Oculus.Platform.CAPI.ovr_Challenges_Leave ( UInt64  challengeID)

◆ ovr_Challenges_UpdateInfo()

static ulong Oculus.Platform.CAPI.ovr_Challenges_UpdateInfo ( UInt64  challengeID,
IntPtr  challengeOptions 
)

◆ ovr_CloudStorage2_GetUserDirectoryPath()

static ulong Oculus.Platform.CAPI.ovr_CloudStorage2_GetUserDirectoryPath ( )

◆ ovr_CloudStorage2UserDirectoryPathResponse_GetPath()

static string Oculus.Platform.CAPI.ovr_CloudStorage2UserDirectoryPathResponse_GetPath ( IntPtr  obj)
static

◆ ovr_CloudStorage_Delete()

static ulong Oculus.Platform.CAPI.ovr_CloudStorage_Delete ( string  bucket,
string  key 
)
static

◆ ovr_CloudStorage_Load()

static ulong Oculus.Platform.CAPI.ovr_CloudStorage_Load ( string  bucket,
string  key 
)
static

◆ ovr_CloudStorage_LoadBucketMetadata()

static ulong Oculus.Platform.CAPI.ovr_CloudStorage_LoadBucketMetadata ( string  bucket)
static

◆ ovr_CloudStorage_LoadConflictMetadata()

static ulong Oculus.Platform.CAPI.ovr_CloudStorage_LoadConflictMetadata ( string  bucket,
string  key 
)
static

◆ ovr_CloudStorage_LoadHandle()

static ulong Oculus.Platform.CAPI.ovr_CloudStorage_LoadHandle ( string  handle)
static

◆ ovr_CloudStorage_LoadMetadata()

static ulong Oculus.Platform.CAPI.ovr_CloudStorage_LoadMetadata ( string  bucket,
string  key 
)
static

◆ ovr_CloudStorage_ResolveKeepLocal()

static ulong Oculus.Platform.CAPI.ovr_CloudStorage_ResolveKeepLocal ( string  bucket,
string  key,
string  remoteHandle 
)
static

◆ ovr_CloudStorage_ResolveKeepRemote()

static ulong Oculus.Platform.CAPI.ovr_CloudStorage_ResolveKeepRemote ( string  bucket,
string  key,
string  remoteHandle 
)
static

◆ ovr_CloudStorage_Save()

static ulong Oculus.Platform.CAPI.ovr_CloudStorage_Save ( string  bucket,
string  key,
byte []  data,
uint  dataSize,
long  counter,
string  extraData 
)
static

◆ ovr_CloudStorageConflictMetadata_GetLocal()

static IntPtr Oculus.Platform.CAPI.ovr_CloudStorageConflictMetadata_GetLocal ( IntPtr  obj)

◆ ovr_CloudStorageConflictMetadata_GetRemote()

static IntPtr Oculus.Platform.CAPI.ovr_CloudStorageConflictMetadata_GetRemote ( IntPtr  obj)

◆ ovr_CloudStorageData_GetBucket()

static string Oculus.Platform.CAPI.ovr_CloudStorageData_GetBucket ( IntPtr  obj)
static

◆ ovr_CloudStorageData_GetData()

static byte [] Oculus.Platform.CAPI.ovr_CloudStorageData_GetData ( IntPtr  obj)
static

◆ ovr_CloudStorageData_GetDataSize()

static uint Oculus.Platform.CAPI.ovr_CloudStorageData_GetDataSize ( IntPtr  obj)

◆ ovr_CloudStorageData_GetKey()

static string Oculus.Platform.CAPI.ovr_CloudStorageData_GetKey ( IntPtr  obj)
static

◆ ovr_CloudStorageMetadata_GetBucket()

static string Oculus.Platform.CAPI.ovr_CloudStorageMetadata_GetBucket ( IntPtr  obj)
static

◆ ovr_CloudStorageMetadata_GetCounter()

static long Oculus.Platform.CAPI.ovr_CloudStorageMetadata_GetCounter ( IntPtr  obj)

◆ ovr_CloudStorageMetadata_GetDataSize()

static uint Oculus.Platform.CAPI.ovr_CloudStorageMetadata_GetDataSize ( IntPtr  obj)

◆ ovr_CloudStorageMetadata_GetExtraData()

static string Oculus.Platform.CAPI.ovr_CloudStorageMetadata_GetExtraData ( IntPtr  obj)
static

◆ ovr_CloudStorageMetadata_GetKey()

static string Oculus.Platform.CAPI.ovr_CloudStorageMetadata_GetKey ( IntPtr  obj)
static

◆ ovr_CloudStorageMetadata_GetSaveTime()

static ulong Oculus.Platform.CAPI.ovr_CloudStorageMetadata_GetSaveTime ( IntPtr  obj)

◆ ovr_CloudStorageMetadata_GetStatus()

static CloudStorageDataStatus Oculus.Platform.CAPI.ovr_CloudStorageMetadata_GetStatus ( IntPtr  obj)

◆ ovr_CloudStorageMetadata_GetVersionHandle()

static string Oculus.Platform.CAPI.ovr_CloudStorageMetadata_GetVersionHandle ( IntPtr  obj)
static

◆ ovr_CloudStorageMetadataArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_CloudStorageMetadataArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_CloudStorageMetadataArray_GetNextUrl()

static string Oculus.Platform.CAPI.ovr_CloudStorageMetadataArray_GetNextUrl ( IntPtr  obj)
static

◆ ovr_CloudStorageMetadataArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_CloudStorageMetadataArray_GetSize ( IntPtr  obj)

◆ ovr_CloudStorageMetadataArray_HasNextPage()

static bool Oculus.Platform.CAPI.ovr_CloudStorageMetadataArray_HasNextPage ( IntPtr  obj)

◆ ovr_CloudStorageUpdateResponse_GetBucket()

static string Oculus.Platform.CAPI.ovr_CloudStorageUpdateResponse_GetBucket ( IntPtr  obj)
static

◆ ovr_CloudStorageUpdateResponse_GetKey()

static string Oculus.Platform.CAPI.ovr_CloudStorageUpdateResponse_GetKey ( IntPtr  obj)
static

◆ ovr_CloudStorageUpdateResponse_GetStatus()

static CloudStorageUpdateStatus Oculus.Platform.CAPI.ovr_CloudStorageUpdateResponse_GetStatus ( IntPtr  obj)

◆ ovr_CloudStorageUpdateResponse_GetVersionHandle()

static string Oculus.Platform.CAPI.ovr_CloudStorageUpdateResponse_GetVersionHandle ( IntPtr  obj)
static

◆ ovr_Colocation_GetCurrentMapUuid()

static ulong Oculus.Platform.CAPI.ovr_Colocation_GetCurrentMapUuid ( )

◆ ovr_Colocation_RequestMap()

static ulong Oculus.Platform.CAPI.ovr_Colocation_RequestMap ( string  uuid)
static

◆ ovr_Colocation_ShareMap()

static ulong Oculus.Platform.CAPI.ovr_Colocation_ShareMap ( string  uuid)
static

◆ ovr_CrashApplication()

static void Oculus.Platform.CAPI.ovr_CrashApplication ( )

◆ ovr_DataStore_Contains()

static uint Oculus.Platform.CAPI.ovr_DataStore_Contains ( IntPtr  obj,
string  key 
)
static

◆ ovr_DataStore_GetKey()

static string Oculus.Platform.CAPI.ovr_DataStore_GetKey ( IntPtr  obj,
int  index 
)
static

◆ ovr_DataStore_GetNumKeys()

static UIntPtr Oculus.Platform.CAPI.ovr_DataStore_GetNumKeys ( IntPtr  obj)

◆ ovr_DataStore_GetValue()

static string Oculus.Platform.CAPI.ovr_DataStore_GetValue ( IntPtr  obj,
string  key 
)
static

◆ ovr_Destination_GetApiName()

static string Oculus.Platform.CAPI.ovr_Destination_GetApiName ( IntPtr  obj)
static

◆ ovr_Destination_GetDeeplinkMessage()

static string Oculus.Platform.CAPI.ovr_Destination_GetDeeplinkMessage ( IntPtr  obj)
static

◆ ovr_Destination_GetDisplayName()

static string Oculus.Platform.CAPI.ovr_Destination_GetDisplayName ( IntPtr  obj)
static

◆ ovr_DestinationArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_DestinationArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_DestinationArray_GetNextUrl()

static string Oculus.Platform.CAPI.ovr_DestinationArray_GetNextUrl ( IntPtr  obj)
static

◆ ovr_DestinationArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_DestinationArray_GetSize ( IntPtr  obj)

◆ ovr_DestinationArray_HasNextPage()

static bool Oculus.Platform.CAPI.ovr_DestinationArray_HasNextPage ( IntPtr  obj)

◆ ovr_Entitlement_GetIsViewerEntitled()

static ulong Oculus.Platform.CAPI.ovr_Entitlement_GetIsViewerEntitled ( )

◆ ovr_Error_GetCode()

static int Oculus.Platform.CAPI.ovr_Error_GetCode ( IntPtr  obj)

◆ ovr_Error_GetDisplayableMessage()

static string Oculus.Platform.CAPI.ovr_Error_GetDisplayableMessage ( IntPtr  obj)
static

◆ ovr_Error_GetHttpCode()

static int Oculus.Platform.CAPI.ovr_Error_GetHttpCode ( IntPtr  obj)

◆ ovr_Error_GetMessage()

static string Oculus.Platform.CAPI.ovr_Error_GetMessage ( IntPtr  obj)
static

◆ ovr_FreeMessage()

static void Oculus.Platform.CAPI.ovr_FreeMessage ( IntPtr  message)

◆ ovr_GetLoggedInUserLocale()

static string Oculus.Platform.CAPI.ovr_GetLoggedInUserLocale ( )
static

◆ ovr_GraphAPI_Get()

static ulong Oculus.Platform.CAPI.ovr_GraphAPI_Get ( string  url)
static

◆ ovr_GraphAPI_Post()

static ulong Oculus.Platform.CAPI.ovr_GraphAPI_Post ( string  url)
static

◆ ovr_GroupPresence_Clear()

static ulong Oculus.Platform.CAPI.ovr_GroupPresence_Clear ( )

◆ ovr_GroupPresence_LaunchInvitePanel()

static ulong Oculus.Platform.CAPI.ovr_GroupPresence_LaunchInvitePanel ( IntPtr  options)

◆ ovr_GroupPresence_LaunchMultiplayerErrorDialog()

static ulong Oculus.Platform.CAPI.ovr_GroupPresence_LaunchMultiplayerErrorDialog ( IntPtr  options)

◆ ovr_GroupPresence_LaunchRejoinDialog()

static ulong Oculus.Platform.CAPI.ovr_GroupPresence_LaunchRejoinDialog ( string  lobby_session_id,
string  match_session_id,
string  destination_api_name 
)
static

◆ ovr_GroupPresence_LaunchRosterPanel()

static ulong Oculus.Platform.CAPI.ovr_GroupPresence_LaunchRosterPanel ( IntPtr  options)

◆ ovr_GroupPresence_Set()

static ulong Oculus.Platform.CAPI.ovr_GroupPresence_Set ( IntPtr  groupPresenceOptions)

◆ ovr_GroupPresence_SetDestination()

static ulong Oculus.Platform.CAPI.ovr_GroupPresence_SetDestination ( string  api_name)
static

◆ ovr_GroupPresence_SetIsJoinable()

static ulong Oculus.Platform.CAPI.ovr_GroupPresence_SetIsJoinable ( bool  is_joinable)

◆ ovr_GroupPresence_SetLobbySession()

static ulong Oculus.Platform.CAPI.ovr_GroupPresence_SetLobbySession ( string  id)
static

◆ ovr_GroupPresence_SetMatchSession()

static ulong Oculus.Platform.CAPI.ovr_GroupPresence_SetMatchSession ( string  id)
static

◆ ovr_GroupPresenceJoinIntent_GetDeeplinkMessage()

static string Oculus.Platform.CAPI.ovr_GroupPresenceJoinIntent_GetDeeplinkMessage ( IntPtr  obj)
static

◆ ovr_GroupPresenceJoinIntent_GetDestinationApiName()

static string Oculus.Platform.CAPI.ovr_GroupPresenceJoinIntent_GetDestinationApiName ( IntPtr  obj)
static

◆ ovr_GroupPresenceJoinIntent_GetLobbySessionId()

static string Oculus.Platform.CAPI.ovr_GroupPresenceJoinIntent_GetLobbySessionId ( IntPtr  obj)
static

◆ ovr_GroupPresenceJoinIntent_GetMatchSessionId()

static string Oculus.Platform.CAPI.ovr_GroupPresenceJoinIntent_GetMatchSessionId ( IntPtr  obj)
static

◆ ovr_GroupPresenceLeaveIntent_GetDestinationApiName()

static string Oculus.Platform.CAPI.ovr_GroupPresenceLeaveIntent_GetDestinationApiName ( IntPtr  obj)
static

◆ ovr_GroupPresenceLeaveIntent_GetLobbySessionId()

static string Oculus.Platform.CAPI.ovr_GroupPresenceLeaveIntent_GetLobbySessionId ( IntPtr  obj)
static

◆ ovr_GroupPresenceLeaveIntent_GetMatchSessionId()

static string Oculus.Platform.CAPI.ovr_GroupPresenceLeaveIntent_GetMatchSessionId ( IntPtr  obj)
static

◆ ovr_GroupPresenceOptions_Create()

static IntPtr Oculus.Platform.CAPI.ovr_GroupPresenceOptions_Create ( )

◆ ovr_GroupPresenceOptions_Destroy()

static void Oculus.Platform.CAPI.ovr_GroupPresenceOptions_Destroy ( IntPtr  handle)

◆ ovr_GroupPresenceOptions_SetDestinationApiName()

static void Oculus.Platform.CAPI.ovr_GroupPresenceOptions_SetDestinationApiName ( IntPtr  handle,
string  value 
)
static

◆ ovr_GroupPresenceOptions_SetIsJoinable()

static void Oculus.Platform.CAPI.ovr_GroupPresenceOptions_SetIsJoinable ( IntPtr  handle,
bool  value 
)

◆ ovr_GroupPresenceOptions_SetLobbySessionId()

static void Oculus.Platform.CAPI.ovr_GroupPresenceOptions_SetLobbySessionId ( IntPtr  handle,
string  value 
)
static

◆ ovr_GroupPresenceOptions_SetMatchSessionId()

static void Oculus.Platform.CAPI.ovr_GroupPresenceOptions_SetMatchSessionId ( IntPtr  handle,
string  value 
)
static

◆ ovr_HTTP_Get()

static ulong Oculus.Platform.CAPI.ovr_HTTP_Get ( string  url)
static

◆ ovr_HTTP_GetToFile()

static ulong Oculus.Platform.CAPI.ovr_HTTP_GetToFile ( string  url,
string  diskFile 
)
static

◆ ovr_HTTP_GetWithMessageType()

static ulong Oculus.Platform.CAPI.ovr_HTTP_GetWithMessageType ( string  url,
int  messageType 
)

◆ ovr_HTTP_MultiPartPost()

static ulong Oculus.Platform.CAPI.ovr_HTTP_MultiPartPost ( string  url,
string  filepath_param_name,
string  filepath,
string  access_token,
ovrKeyValuePair []  post_params 
)
static

◆ ovr_HTTP_Post()

static ulong Oculus.Platform.CAPI.ovr_HTTP_Post ( string  url)
static

◆ ovr_HTTP_StartTransfer()

static ulong Oculus.Platform.CAPI.ovr_HTTP_StartTransfer ( string  url,
ovrKeyValuePair []  headers 
)
static

◆ ovr_HTTP_Write()

static bool Oculus.Platform.CAPI.ovr_HTTP_Write ( ulong  transferId,
byte []  bytes,
UIntPtr  length 
)

◆ ovr_HTTP_WriteEOM()

static void Oculus.Platform.CAPI.ovr_HTTP_WriteEOM ( ulong  transferId)

◆ ovr_HttpTransferUpdate_GetBytes()

static IntPtr Oculus.Platform.CAPI.ovr_HttpTransferUpdate_GetBytes ( IntPtr  obj)

◆ ovr_HttpTransferUpdate_GetID()

static ulong Oculus.Platform.CAPI.ovr_HttpTransferUpdate_GetID ( IntPtr  obj)

◆ ovr_HttpTransferUpdate_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_HttpTransferUpdate_GetSize ( IntPtr  obj)

◆ ovr_HttpTransferUpdate_IsCompleted()

static bool Oculus.Platform.CAPI.ovr_HttpTransferUpdate_IsCompleted ( IntPtr  obj)

◆ ovr_IAP_ConsumePurchase()

static ulong Oculus.Platform.CAPI.ovr_IAP_ConsumePurchase ( string  sku)
static

◆ ovr_IAP_GetProductsBySKU()

static ulong Oculus.Platform.CAPI.ovr_IAP_GetProductsBySKU ( string []  skus,
int  count 
)

◆ ovr_IAP_GetViewerPurchases()

static ulong Oculus.Platform.CAPI.ovr_IAP_GetViewerPurchases ( )

◆ ovr_IAP_GetViewerPurchasesDurableCache()

static ulong Oculus.Platform.CAPI.ovr_IAP_GetViewerPurchasesDurableCache ( )

◆ ovr_IAP_LaunchCheckoutFlow()

static ulong Oculus.Platform.CAPI.ovr_IAP_LaunchCheckoutFlow ( string  sku)
static

◆ ovr_InstalledApplication_GetApplicationId()

static string Oculus.Platform.CAPI.ovr_InstalledApplication_GetApplicationId ( IntPtr  obj)
static

◆ ovr_InstalledApplication_GetPackageName()

static string Oculus.Platform.CAPI.ovr_InstalledApplication_GetPackageName ( IntPtr  obj)
static

◆ ovr_InstalledApplication_GetStatus()

static string Oculus.Platform.CAPI.ovr_InstalledApplication_GetStatus ( IntPtr  obj)
static

◆ ovr_InstalledApplication_GetVersionCode()

static int Oculus.Platform.CAPI.ovr_InstalledApplication_GetVersionCode ( IntPtr  obj)

◆ ovr_InstalledApplication_GetVersionName()

static string Oculus.Platform.CAPI.ovr_InstalledApplication_GetVersionName ( IntPtr  obj)
static

◆ ovr_InstalledApplicationArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_InstalledApplicationArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_InstalledApplicationArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_InstalledApplicationArray_GetSize ( IntPtr  obj)

◆ ovr_InviteOptions_AddSuggestedUser()

static void Oculus.Platform.CAPI.ovr_InviteOptions_AddSuggestedUser ( IntPtr  handle,
UInt64  value 
)

◆ ovr_InviteOptions_ClearSuggestedUsers()

static void Oculus.Platform.CAPI.ovr_InviteOptions_ClearSuggestedUsers ( IntPtr  handle)

◆ ovr_InviteOptions_Create()

static IntPtr Oculus.Platform.CAPI.ovr_InviteOptions_Create ( )

◆ ovr_InviteOptions_Destroy()

static void Oculus.Platform.CAPI.ovr_InviteOptions_Destroy ( IntPtr  handle)

◆ ovr_InvitePanelResultInfo_GetInvitesSent()

static bool Oculus.Platform.CAPI.ovr_InvitePanelResultInfo_GetInvitesSent ( IntPtr  obj)

◆ ovr_LanguagePack_GetCurrent()

static ulong Oculus.Platform.CAPI.ovr_LanguagePack_GetCurrent ( )

◆ ovr_LanguagePack_SetCurrent()

static ulong Oculus.Platform.CAPI.ovr_LanguagePack_SetCurrent ( string  tag)
static

◆ ovr_LanguagePackInfo_GetEnglishName()

static string Oculus.Platform.CAPI.ovr_LanguagePackInfo_GetEnglishName ( IntPtr  obj)
static

◆ ovr_LanguagePackInfo_GetNativeName()

static string Oculus.Platform.CAPI.ovr_LanguagePackInfo_GetNativeName ( IntPtr  obj)
static

◆ ovr_LanguagePackInfo_GetTag()

static string Oculus.Platform.CAPI.ovr_LanguagePackInfo_GetTag ( IntPtr  obj)
static

◆ ovr_LaunchBlockFlowResult_GetDidBlock()

static bool Oculus.Platform.CAPI.ovr_LaunchBlockFlowResult_GetDidBlock ( IntPtr  obj)

◆ ovr_LaunchBlockFlowResult_GetDidCancel()

static bool Oculus.Platform.CAPI.ovr_LaunchBlockFlowResult_GetDidCancel ( IntPtr  obj)

◆ ovr_LaunchDetails_GetDeeplinkMessage()

static string Oculus.Platform.CAPI.ovr_LaunchDetails_GetDeeplinkMessage ( IntPtr  obj)
static

◆ ovr_LaunchDetails_GetDestinationApiName()

static string Oculus.Platform.CAPI.ovr_LaunchDetails_GetDestinationApiName ( IntPtr  obj)
static

◆ ovr_LaunchDetails_GetLaunchSource()

static string Oculus.Platform.CAPI.ovr_LaunchDetails_GetLaunchSource ( IntPtr  obj)
static

◆ ovr_LaunchDetails_GetLaunchType()

static LaunchType Oculus.Platform.CAPI.ovr_LaunchDetails_GetLaunchType ( IntPtr  obj)

◆ ovr_LaunchDetails_GetRoomID()

static UInt64 Oculus.Platform.CAPI.ovr_LaunchDetails_GetRoomID ( IntPtr  obj)

◆ ovr_LaunchDetails_GetTrackingID()

static string Oculus.Platform.CAPI.ovr_LaunchDetails_GetTrackingID ( IntPtr  obj)
static

◆ ovr_LaunchDetails_GetUsers()

static IntPtr Oculus.Platform.CAPI.ovr_LaunchDetails_GetUsers ( IntPtr  obj)

◆ ovr_LaunchFriendRequestFlowResult_GetDidCancel()

static bool Oculus.Platform.CAPI.ovr_LaunchFriendRequestFlowResult_GetDidCancel ( IntPtr  obj)

◆ ovr_LaunchFriendRequestFlowResult_GetDidSendRequest()

static bool Oculus.Platform.CAPI.ovr_LaunchFriendRequestFlowResult_GetDidSendRequest ( IntPtr  obj)

◆ ovr_LaunchInvitePanelFlowResult_GetInvitedUsers()

static IntPtr Oculus.Platform.CAPI.ovr_LaunchInvitePanelFlowResult_GetInvitedUsers ( IntPtr  obj)

◆ ovr_LaunchReportFlowResult_GetDidCancel()

static bool Oculus.Platform.CAPI.ovr_LaunchReportFlowResult_GetDidCancel ( IntPtr  obj)

◆ ovr_LaunchReportFlowResult_GetUserReportId()

static UInt64 Oculus.Platform.CAPI.ovr_LaunchReportFlowResult_GetUserReportId ( IntPtr  obj)

◆ ovr_LaunchUnblockFlowResult_GetDidCancel()

static bool Oculus.Platform.CAPI.ovr_LaunchUnblockFlowResult_GetDidCancel ( IntPtr  obj)

◆ ovr_LaunchUnblockFlowResult_GetDidUnblock()

static bool Oculus.Platform.CAPI.ovr_LaunchUnblockFlowResult_GetDidUnblock ( IntPtr  obj)

◆ ovr_Leaderboard_Get()

static ulong Oculus.Platform.CAPI.ovr_Leaderboard_Get ( string  leaderboardName)
static

◆ ovr_Leaderboard_GetApiName()

static string Oculus.Platform.CAPI.ovr_Leaderboard_GetApiName ( IntPtr  obj)
static

◆ ovr_Leaderboard_GetDestination()

static IntPtr Oculus.Platform.CAPI.ovr_Leaderboard_GetDestination ( IntPtr  obj)

◆ ovr_Leaderboard_GetEntries()

static ulong Oculus.Platform.CAPI.ovr_Leaderboard_GetEntries ( string  leaderboardName,
int  limit,
LeaderboardFilterType  filter,
LeaderboardStartAt  startAt 
)
static

◆ ovr_Leaderboard_GetEntriesAfterRank()

static ulong Oculus.Platform.CAPI.ovr_Leaderboard_GetEntriesAfterRank ( string  leaderboardName,
int  limit,
ulong  afterRank 
)
static

◆ ovr_Leaderboard_GetEntriesByIds()

static ulong Oculus.Platform.CAPI.ovr_Leaderboard_GetEntriesByIds ( string  leaderboardName,
int  limit,
LeaderboardStartAt  startAt,
UInt64 []  userIDs,
uint  userIDLength 
)
static

◆ ovr_Leaderboard_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_Leaderboard_GetID ( IntPtr  obj)

◆ ovr_Leaderboard_GetNextEntries()

static ulong Oculus.Platform.CAPI.ovr_Leaderboard_GetNextEntries ( IntPtr  handle)

◆ ovr_Leaderboard_GetPreviousEntries()

static ulong Oculus.Platform.CAPI.ovr_Leaderboard_GetPreviousEntries ( IntPtr  handle)

◆ ovr_Leaderboard_WriteEntry()

static ulong Oculus.Platform.CAPI.ovr_Leaderboard_WriteEntry ( string  leaderboardName,
long  score,
byte []  extraData,
uint  extraDataLength,
bool  forceUpdate 
)
static

◆ ovr_Leaderboard_WriteEntryWithSupplementaryMetric()

static ulong Oculus.Platform.CAPI.ovr_Leaderboard_WriteEntryWithSupplementaryMetric ( string  leaderboardName,
long  score,
long  supplementaryMetric,
byte []  extraData,
uint  extraDataLength,
bool  forceUpdate 
)
static

◆ ovr_LeaderboardArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_LeaderboardArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_LeaderboardArray_GetNextUrl()

static string Oculus.Platform.CAPI.ovr_LeaderboardArray_GetNextUrl ( IntPtr  obj)
static

◆ ovr_LeaderboardArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_LeaderboardArray_GetSize ( IntPtr  obj)

◆ ovr_LeaderboardArray_HasNextPage()

static bool Oculus.Platform.CAPI.ovr_LeaderboardArray_HasNextPage ( IntPtr  obj)

◆ ovr_LeaderboardEntry_GetDisplayScore()

static string Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetDisplayScore ( IntPtr  obj)
static

◆ ovr_LeaderboardEntry_GetExtraData()

static byte [] Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetExtraData ( IntPtr  obj)
static

◆ ovr_LeaderboardEntry_GetExtraDataLength()

static uint Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetExtraDataLength ( IntPtr  obj)

◆ ovr_LeaderboardEntry_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetID ( IntPtr  obj)

◆ ovr_LeaderboardEntry_GetRank()

static int Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetRank ( IntPtr  obj)

◆ ovr_LeaderboardEntry_GetScore()

static long Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetScore ( IntPtr  obj)

◆ ovr_LeaderboardEntry_GetSupplementaryMetric()

static IntPtr Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetSupplementaryMetric ( IntPtr  obj)

◆ ovr_LeaderboardEntry_GetTimestamp()

static DateTime Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetTimestamp ( IntPtr  obj)
static

◆ ovr_LeaderboardEntry_GetUser()

static IntPtr Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetUser ( IntPtr  obj)

◆ ovr_LeaderboardEntryArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_LeaderboardEntryArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_LeaderboardEntryArray_GetNextUrl()

static string Oculus.Platform.CAPI.ovr_LeaderboardEntryArray_GetNextUrl ( IntPtr  obj)
static

◆ ovr_LeaderboardEntryArray_GetPreviousUrl()

static string Oculus.Platform.CAPI.ovr_LeaderboardEntryArray_GetPreviousUrl ( IntPtr  obj)
static

◆ ovr_LeaderboardEntryArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_LeaderboardEntryArray_GetSize ( IntPtr  obj)

◆ ovr_LeaderboardEntryArray_GetTotalCount()

static ulong Oculus.Platform.CAPI.ovr_LeaderboardEntryArray_GetTotalCount ( IntPtr  obj)

◆ ovr_LeaderboardEntryArray_HasNextPage()

static bool Oculus.Platform.CAPI.ovr_LeaderboardEntryArray_HasNextPage ( IntPtr  obj)

◆ ovr_LeaderboardEntryArray_HasPreviousPage()

static bool Oculus.Platform.CAPI.ovr_LeaderboardEntryArray_HasPreviousPage ( IntPtr  obj)

◆ ovr_LeaderboardUpdateStatus_GetDidUpdate()

static bool Oculus.Platform.CAPI.ovr_LeaderboardUpdateStatus_GetDidUpdate ( IntPtr  obj)

◆ ovr_LeaderboardUpdateStatus_GetUpdatedChallengeId()

static UInt64 Oculus.Platform.CAPI.ovr_LeaderboardUpdateStatus_GetUpdatedChallengeId ( IntPtr  obj,
uint  index 
)

◆ ovr_LeaderboardUpdateStatus_GetUpdatedChallengeIdsSize()

static uint Oculus.Platform.CAPI.ovr_LeaderboardUpdateStatus_GetUpdatedChallengeIdsSize ( IntPtr  obj)

◆ ovr_LinkedAccount_GetAccessToken()

static string Oculus.Platform.CAPI.ovr_LinkedAccount_GetAccessToken ( IntPtr  obj)
static

◆ ovr_LinkedAccount_GetServiceProvider()

static ServiceProvider Oculus.Platform.CAPI.ovr_LinkedAccount_GetServiceProvider ( IntPtr  obj)

◆ ovr_LinkedAccount_GetUserId()

static string Oculus.Platform.CAPI.ovr_LinkedAccount_GetUserId ( IntPtr  obj)
static

◆ ovr_LinkedAccountArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_LinkedAccountArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_LinkedAccountArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_LinkedAccountArray_GetSize ( IntPtr  obj)

◆ ovr_Livestreaming_IsAllowedForApplication()

static ulong Oculus.Platform.CAPI.ovr_Livestreaming_IsAllowedForApplication ( string  packageName)
static

◆ ovr_Livestreaming_StartPartyStream()

static ulong Oculus.Platform.CAPI.ovr_Livestreaming_StartPartyStream ( )

◆ ovr_Livestreaming_StartStream()

static ulong Oculus.Platform.CAPI.ovr_Livestreaming_StartStream ( LivestreamingAudience  audience,
LivestreamingMicrophoneStatus  micStatus 
)

◆ ovr_Livestreaming_StopPartyStream()

static ulong Oculus.Platform.CAPI.ovr_Livestreaming_StopPartyStream ( )

◆ ovr_Livestreaming_StopStream()

static ulong Oculus.Platform.CAPI.ovr_Livestreaming_StopStream ( )

◆ ovr_Livestreaming_UpdateMicStatus()

static ulong Oculus.Platform.CAPI.ovr_Livestreaming_UpdateMicStatus ( LivestreamingMicrophoneStatus  micStatus)

◆ ovr_LivestreamingApplicationStatus_GetStreamingEnabled()

static bool Oculus.Platform.CAPI.ovr_LivestreamingApplicationStatus_GetStreamingEnabled ( IntPtr  obj)

◆ ovr_LivestreamingStartResult_GetStreamingResult()

static LivestreamingStartStatus Oculus.Platform.CAPI.ovr_LivestreamingStartResult_GetStreamingResult ( IntPtr  obj)

◆ ovr_LivestreamingStatus_GetCommentsVisible()

static bool Oculus.Platform.CAPI.ovr_LivestreamingStatus_GetCommentsVisible ( IntPtr  obj)

◆ ovr_LivestreamingStatus_GetIsPaused()

static bool Oculus.Platform.CAPI.ovr_LivestreamingStatus_GetIsPaused ( IntPtr  obj)

◆ ovr_LivestreamingStatus_GetLivestreamingEnabled()

static bool Oculus.Platform.CAPI.ovr_LivestreamingStatus_GetLivestreamingEnabled ( IntPtr  obj)

◆ ovr_LivestreamingStatus_GetLivestreamingType()

static int Oculus.Platform.CAPI.ovr_LivestreamingStatus_GetLivestreamingType ( IntPtr  obj)

◆ ovr_LivestreamingStatus_GetMicEnabled()

static bool Oculus.Platform.CAPI.ovr_LivestreamingStatus_GetMicEnabled ( IntPtr  obj)

◆ ovr_LivestreamingVideoStats_GetCommentCount()

static int Oculus.Platform.CAPI.ovr_LivestreamingVideoStats_GetCommentCount ( IntPtr  obj)

◆ ovr_LivestreamingVideoStats_GetReactionCount()

static int Oculus.Platform.CAPI.ovr_LivestreamingVideoStats_GetReactionCount ( IntPtr  obj)

◆ ovr_LivestreamingVideoStats_GetTotalViews()

static string Oculus.Platform.CAPI.ovr_LivestreamingVideoStats_GetTotalViews ( IntPtr  obj)
static

◆ ovr_Log_NewEvent()

static void Oculus.Platform.CAPI.ovr_Log_NewEvent ( IntPtr  eventName,
IntPtr []  values,
UIntPtr  length 
)

◆ ovr_Matchmaking_Browse()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_Browse ( string  pool,
IntPtr  customQueryData 
)
static

◆ ovr_Matchmaking_Browse2()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_Browse2 ( string  pool,
IntPtr  matchmakingOptions 
)
static

◆ ovr_Matchmaking_Cancel()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_Cancel ( string  pool,
string  requestHash 
)
static

◆ ovr_Matchmaking_Cancel2()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_Cancel2 ( )

◆ ovr_Matchmaking_CreateAndEnqueueRoom()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_CreateAndEnqueueRoom ( string  pool,
uint  maxUsers,
bool  subscribeToUpdates,
IntPtr  customQueryData 
)
static

◆ ovr_Matchmaking_CreateAndEnqueueRoom2()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_CreateAndEnqueueRoom2 ( string  pool,
IntPtr  matchmakingOptions 
)
static

◆ ovr_Matchmaking_CreateRoom()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_CreateRoom ( string  pool,
uint  maxUsers,
bool  subscribeToUpdates 
)
static

◆ ovr_Matchmaking_CreateRoom2()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_CreateRoom2 ( string  pool,
IntPtr  matchmakingOptions 
)
static

◆ ovr_Matchmaking_Enqueue()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_Enqueue ( string  pool,
IntPtr  customQueryData 
)
static

◆ ovr_Matchmaking_Enqueue2()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_Enqueue2 ( string  pool,
IntPtr  matchmakingOptions 
)
static

◆ ovr_Matchmaking_EnqueueRoom()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_EnqueueRoom ( UInt64  roomID,
IntPtr  customQueryData 
)

◆ ovr_Matchmaking_EnqueueRoom2()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_EnqueueRoom2 ( UInt64  roomID,
IntPtr  matchmakingOptions 
)

◆ ovr_Matchmaking_GetAdminSnapshot()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_GetAdminSnapshot ( )

◆ ovr_Matchmaking_GetStats()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_GetStats ( string  pool,
uint  maxLevel,
MatchmakingStatApproach  approach 
)
static

◆ ovr_Matchmaking_JoinRoom()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_JoinRoom ( UInt64  roomID,
bool  subscribeToUpdates 
)

◆ ovr_Matchmaking_ReportResultInsecure()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_ReportResultInsecure ( UInt64  roomID,
ovrKeyValuePair []  data 
)
static

◆ ovr_Matchmaking_StartMatch()

static ulong Oculus.Platform.CAPI.ovr_Matchmaking_StartMatch ( UInt64  roomID)

◆ ovr_MatchmakingAdminSnapshot_GetCandidates()

static IntPtr Oculus.Platform.CAPI.ovr_MatchmakingAdminSnapshot_GetCandidates ( IntPtr  obj)

◆ ovr_MatchmakingAdminSnapshot_GetMyCurrentThreshold()

static double Oculus.Platform.CAPI.ovr_MatchmakingAdminSnapshot_GetMyCurrentThreshold ( IntPtr  obj)

◆ ovr_MatchmakingAdminSnapshotCandidate_GetCanMatch()

static bool Oculus.Platform.CAPI.ovr_MatchmakingAdminSnapshotCandidate_GetCanMatch ( IntPtr  obj)

◆ ovr_MatchmakingAdminSnapshotCandidate_GetMyTotalScore()

static double Oculus.Platform.CAPI.ovr_MatchmakingAdminSnapshotCandidate_GetMyTotalScore ( IntPtr  obj)

◆ ovr_MatchmakingAdminSnapshotCandidate_GetTheirCurrentThreshold()

static double Oculus.Platform.CAPI.ovr_MatchmakingAdminSnapshotCandidate_GetTheirCurrentThreshold ( IntPtr  obj)

◆ ovr_MatchmakingAdminSnapshotCandidate_GetTheirTotalScore()

static double Oculus.Platform.CAPI.ovr_MatchmakingAdminSnapshotCandidate_GetTheirTotalScore ( IntPtr  obj)

◆ ovr_MatchmakingAdminSnapshotCandidate_GetTraceId()

static string Oculus.Platform.CAPI.ovr_MatchmakingAdminSnapshotCandidate_GetTraceId ( IntPtr  obj)
static

◆ ovr_MatchmakingAdminSnapshotCandidateArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_MatchmakingAdminSnapshotCandidateArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_MatchmakingAdminSnapshotCandidateArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_MatchmakingAdminSnapshotCandidateArray_GetSize ( IntPtr  obj)

◆ ovr_MatchmakingBrowseResult_GetEnqueueResult()

static IntPtr Oculus.Platform.CAPI.ovr_MatchmakingBrowseResult_GetEnqueueResult ( IntPtr  obj)

◆ ovr_MatchmakingBrowseResult_GetRooms()

static IntPtr Oculus.Platform.CAPI.ovr_MatchmakingBrowseResult_GetRooms ( IntPtr  obj)

◆ ovr_MatchmakingCandidate_GetEntryHash()

static string Oculus.Platform.CAPI.ovr_MatchmakingCandidate_GetEntryHash ( IntPtr  obj)
static

◆ ovr_MatchmakingCandidate_GetUserId()

static ulong Oculus.Platform.CAPI.ovr_MatchmakingCandidate_GetUserId ( IntPtr  obj)

◆ ovr_MatchmakingCandidateArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_MatchmakingCandidateArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_MatchmakingCandidateArray_GetNextUrl()

static string Oculus.Platform.CAPI.ovr_MatchmakingCandidateArray_GetNextUrl ( IntPtr  obj)
static

◆ ovr_MatchmakingCandidateArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_MatchmakingCandidateArray_GetSize ( IntPtr  obj)

◆ ovr_MatchmakingCandidateArray_HasNextPage()

static bool Oculus.Platform.CAPI.ovr_MatchmakingCandidateArray_HasNextPage ( IntPtr  obj)

◆ ovr_MatchmakingEnqueuedUser_GetAdditionalUserID()

static UInt64 Oculus.Platform.CAPI.ovr_MatchmakingEnqueuedUser_GetAdditionalUserID ( IntPtr  obj,
uint  index 
)

◆ ovr_MatchmakingEnqueuedUser_GetAdditionalUserIDsSize()

static uint Oculus.Platform.CAPI.ovr_MatchmakingEnqueuedUser_GetAdditionalUserIDsSize ( IntPtr  obj)

◆ ovr_MatchmakingEnqueuedUser_GetCustomData()

static IntPtr Oculus.Platform.CAPI.ovr_MatchmakingEnqueuedUser_GetCustomData ( IntPtr  obj)

◆ ovr_MatchmakingEnqueuedUser_GetUser()

static IntPtr Oculus.Platform.CAPI.ovr_MatchmakingEnqueuedUser_GetUser ( IntPtr  obj)

◆ ovr_MatchmakingEnqueuedUserArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_MatchmakingEnqueuedUserArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_MatchmakingEnqueuedUserArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_MatchmakingEnqueuedUserArray_GetSize ( IntPtr  obj)

◆ ovr_MatchmakingEnqueueResult_GetAdminSnapshot()

static IntPtr Oculus.Platform.CAPI.ovr_MatchmakingEnqueueResult_GetAdminSnapshot ( IntPtr  obj)

◆ ovr_MatchmakingEnqueueResult_GetAverageWait()

static uint Oculus.Platform.CAPI.ovr_MatchmakingEnqueueResult_GetAverageWait ( IntPtr  obj)

◆ ovr_MatchmakingEnqueueResult_GetMatchesInLastHourCount()

static uint Oculus.Platform.CAPI.ovr_MatchmakingEnqueueResult_GetMatchesInLastHourCount ( IntPtr  obj)

◆ ovr_MatchmakingEnqueueResult_GetMaxExpectedWait()

static uint Oculus.Platform.CAPI.ovr_MatchmakingEnqueueResult_GetMaxExpectedWait ( IntPtr  obj)

◆ ovr_MatchmakingEnqueueResult_GetPool()

static string Oculus.Platform.CAPI.ovr_MatchmakingEnqueueResult_GetPool ( IntPtr  obj)
static

◆ ovr_MatchmakingEnqueueResult_GetRecentMatchPercentage()

static uint Oculus.Platform.CAPI.ovr_MatchmakingEnqueueResult_GetRecentMatchPercentage ( IntPtr  obj)

◆ ovr_MatchmakingEnqueueResult_GetRequestHash()

static string Oculus.Platform.CAPI.ovr_MatchmakingEnqueueResult_GetRequestHash ( IntPtr  obj)
static

◆ ovr_MatchmakingEnqueueResultAndRoom_GetMatchmakingEnqueueResult()

static IntPtr Oculus.Platform.CAPI.ovr_MatchmakingEnqueueResultAndRoom_GetMatchmakingEnqueueResult ( IntPtr  obj)

◆ ovr_MatchmakingEnqueueResultAndRoom_GetRoom()

static IntPtr Oculus.Platform.CAPI.ovr_MatchmakingEnqueueResultAndRoom_GetRoom ( IntPtr  obj)

◆ ovr_MatchmakingNotification_GetAddedByUserId()

static ulong Oculus.Platform.CAPI.ovr_MatchmakingNotification_GetAddedByUserId ( IntPtr  obj)

◆ ovr_MatchmakingNotification_GetRoom()

static IntPtr Oculus.Platform.CAPI.ovr_MatchmakingNotification_GetRoom ( IntPtr  obj)

◆ ovr_MatchmakingNotification_GetTraceId()

static string Oculus.Platform.CAPI.ovr_MatchmakingNotification_GetTraceId ( IntPtr  obj)
static

◆ ovr_MatchmakingOptions_AddEnqueueAdditionalUser()

static void Oculus.Platform.CAPI.ovr_MatchmakingOptions_AddEnqueueAdditionalUser ( IntPtr  handle,
UInt64  value 
)

◆ ovr_MatchmakingOptions_ClearCreateRoomDataStore()

static void Oculus.Platform.CAPI.ovr_MatchmakingOptions_ClearCreateRoomDataStore ( IntPtr  handle)

◆ ovr_MatchmakingOptions_ClearEnqueueAdditionalUsers()

static void Oculus.Platform.CAPI.ovr_MatchmakingOptions_ClearEnqueueAdditionalUsers ( IntPtr  handle)

◆ ovr_MatchmakingOptions_ClearEnqueueDataSettings()

static void Oculus.Platform.CAPI.ovr_MatchmakingOptions_ClearEnqueueDataSettings ( IntPtr  handle)

◆ ovr_MatchmakingOptions_Create()

static IntPtr Oculus.Platform.CAPI.ovr_MatchmakingOptions_Create ( )

◆ ovr_MatchmakingOptions_Destroy()

static void Oculus.Platform.CAPI.ovr_MatchmakingOptions_Destroy ( IntPtr  handle)

◆ ovr_MatchmakingOptions_SetCreateRoomDataStoreString()

static void Oculus.Platform.CAPI.ovr_MatchmakingOptions_SetCreateRoomDataStoreString ( IntPtr  handle,
string  key,
string  value 
)
static

◆ ovr_MatchmakingOptions_SetCreateRoomJoinPolicy()

static void Oculus.Platform.CAPI.ovr_MatchmakingOptions_SetCreateRoomJoinPolicy ( IntPtr  handle,
RoomJoinPolicy  value 
)

◆ ovr_MatchmakingOptions_SetCreateRoomMaxUsers()

static void Oculus.Platform.CAPI.ovr_MatchmakingOptions_SetCreateRoomMaxUsers ( IntPtr  handle,
uint  value 
)

◆ ovr_MatchmakingOptions_SetEnqueueDataSettingsDouble()

static void Oculus.Platform.CAPI.ovr_MatchmakingOptions_SetEnqueueDataSettingsDouble ( IntPtr  handle,
string  key,
double  value 
)
static

◆ ovr_MatchmakingOptions_SetEnqueueDataSettingsInt()

static void Oculus.Platform.CAPI.ovr_MatchmakingOptions_SetEnqueueDataSettingsInt ( IntPtr  handle,
string  key,
int  value 
)
static

◆ ovr_MatchmakingOptions_SetEnqueueDataSettingsString()

static void Oculus.Platform.CAPI.ovr_MatchmakingOptions_SetEnqueueDataSettingsString ( IntPtr  handle,
string  key,
string  value 
)
static

◆ ovr_MatchmakingOptions_SetEnqueueIsDebug()

static void Oculus.Platform.CAPI.ovr_MatchmakingOptions_SetEnqueueIsDebug ( IntPtr  handle,
bool  value 
)

◆ ovr_MatchmakingOptions_SetEnqueueQueryKey()

static void Oculus.Platform.CAPI.ovr_MatchmakingOptions_SetEnqueueQueryKey ( IntPtr  handle,
string  value 
)
static

◆ ovr_MatchmakingRoom_GetPingTime()

static uint Oculus.Platform.CAPI.ovr_MatchmakingRoom_GetPingTime ( IntPtr  obj)

◆ ovr_MatchmakingRoom_GetRoom()

static IntPtr Oculus.Platform.CAPI.ovr_MatchmakingRoom_GetRoom ( IntPtr  obj)

◆ ovr_MatchmakingRoom_HasPingTime()

static bool Oculus.Platform.CAPI.ovr_MatchmakingRoom_HasPingTime ( IntPtr  obj)

◆ ovr_MatchmakingRoomArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_MatchmakingRoomArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_MatchmakingRoomArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_MatchmakingRoomArray_GetSize ( IntPtr  obj)

◆ ovr_MatchmakingStats_GetDrawCount()

static uint Oculus.Platform.CAPI.ovr_MatchmakingStats_GetDrawCount ( IntPtr  obj)

◆ ovr_MatchmakingStats_GetLossCount()

static uint Oculus.Platform.CAPI.ovr_MatchmakingStats_GetLossCount ( IntPtr  obj)

◆ ovr_MatchmakingStats_GetSkillLevel()

static uint Oculus.Platform.CAPI.ovr_MatchmakingStats_GetSkillLevel ( IntPtr  obj)

◆ ovr_MatchmakingStats_GetSkillMean()

static double Oculus.Platform.CAPI.ovr_MatchmakingStats_GetSkillMean ( IntPtr  obj)

◆ ovr_MatchmakingStats_GetSkillStandardDeviation()

static double Oculus.Platform.CAPI.ovr_MatchmakingStats_GetSkillStandardDeviation ( IntPtr  obj)

◆ ovr_MatchmakingStats_GetWinCount()

static uint Oculus.Platform.CAPI.ovr_MatchmakingStats_GetWinCount ( IntPtr  obj)

◆ ovr_Media_ShareToFacebook()

static ulong Oculus.Platform.CAPI.ovr_Media_ShareToFacebook ( string  postTextSuggestion,
string  filePath,
MediaContentType  contentType 
)
static

◆ ovr_Message_GetAbuseReportRecording()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAbuseReportRecording ( IntPtr  obj)

◆ ovr_Message_GetAchievementDefinitionArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAchievementDefinitionArray ( IntPtr  obj)

◆ ovr_Message_GetAchievementProgressArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAchievementProgressArray ( IntPtr  obj)

◆ ovr_Message_GetAchievementUpdate()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAchievementUpdate ( IntPtr  obj)

◆ ovr_Message_GetApplicationVersion()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetApplicationVersion ( IntPtr  obj)

◆ ovr_Message_GetAssetDetails()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAssetDetails ( IntPtr  obj)

◆ ovr_Message_GetAssetDetailsArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAssetDetailsArray ( IntPtr  obj)

◆ ovr_Message_GetAssetFileDeleteResult()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAssetFileDeleteResult ( IntPtr  obj)

◆ ovr_Message_GetAssetFileDownloadCancelResult()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAssetFileDownloadCancelResult ( IntPtr  obj)

◆ ovr_Message_GetAssetFileDownloadResult()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAssetFileDownloadResult ( IntPtr  obj)

◆ ovr_Message_GetAssetFileDownloadUpdate()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAssetFileDownloadUpdate ( IntPtr  obj)

◆ ovr_Message_GetCalApplicationFinalized()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetCalApplicationFinalized ( IntPtr  obj)

◆ ovr_Message_GetCalApplicationProposed()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetCalApplicationProposed ( IntPtr  obj)

◆ ovr_Message_GetCalApplicationSuggestionArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetCalApplicationSuggestionArray ( IntPtr  obj)

◆ ovr_Message_GetChallenge()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetChallenge ( IntPtr  obj)

◆ ovr_Message_GetChallengeArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetChallengeArray ( IntPtr  obj)

◆ ovr_Message_GetChallengeEntryArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetChallengeEntryArray ( IntPtr  obj)

◆ ovr_Message_GetCloudStorageConflictMetadata()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetCloudStorageConflictMetadata ( IntPtr  obj)

◆ ovr_Message_GetCloudStorageData()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetCloudStorageData ( IntPtr  obj)

◆ ovr_Message_GetCloudStorageMetadata()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetCloudStorageMetadata ( IntPtr  obj)

◆ ovr_Message_GetCloudStorageMetadataArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetCloudStorageMetadataArray ( IntPtr  obj)

◆ ovr_Message_GetCloudStorageUpdateResponse()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetCloudStorageUpdateResponse ( IntPtr  obj)

◆ ovr_Message_GetDataStore()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetDataStore ( IntPtr  obj)

◆ ovr_Message_GetDestinationArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetDestinationArray ( IntPtr  obj)

◆ ovr_Message_GetError()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetError ( IntPtr  obj)

◆ ovr_Message_GetGroupPresenceJoinIntent()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetGroupPresenceJoinIntent ( IntPtr  obj)

◆ ovr_Message_GetGroupPresenceLeaveIntent()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetGroupPresenceLeaveIntent ( IntPtr  obj)

◆ ovr_Message_GetHttpTransferUpdate()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetHttpTransferUpdate ( IntPtr  obj)

◆ ovr_Message_GetInstalledApplicationArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetInstalledApplicationArray ( IntPtr  obj)

◆ ovr_Message_GetInvitePanelResultInfo()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetInvitePanelResultInfo ( IntPtr  obj)

◆ ovr_Message_GetLaunchBlockFlowResult()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLaunchBlockFlowResult ( IntPtr  obj)

◆ ovr_Message_GetLaunchFriendRequestFlowResult()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLaunchFriendRequestFlowResult ( IntPtr  obj)

◆ ovr_Message_GetLaunchInvitePanelFlowResult()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLaunchInvitePanelFlowResult ( IntPtr  obj)

◆ ovr_Message_GetLaunchReportFlowResult()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLaunchReportFlowResult ( IntPtr  obj)

◆ ovr_Message_GetLaunchUnblockFlowResult()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLaunchUnblockFlowResult ( IntPtr  obj)

◆ ovr_Message_GetLeaderboardArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLeaderboardArray ( IntPtr  obj)

◆ ovr_Message_GetLeaderboardEntryArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLeaderboardEntryArray ( IntPtr  obj)

◆ ovr_Message_GetLeaderboardUpdateStatus()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLeaderboardUpdateStatus ( IntPtr  obj)

◆ ovr_Message_GetLinkedAccountArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLinkedAccountArray ( IntPtr  obj)

◆ ovr_Message_GetLivestreamingApplicationStatus()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLivestreamingApplicationStatus ( IntPtr  obj)

◆ ovr_Message_GetLivestreamingStartResult()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLivestreamingStartResult ( IntPtr  obj)

◆ ovr_Message_GetLivestreamingStatus()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLivestreamingStatus ( IntPtr  obj)

◆ ovr_Message_GetLivestreamingVideoStats()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLivestreamingVideoStats ( IntPtr  obj)

◆ ovr_Message_GetMatchmakingAdminSnapshot()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetMatchmakingAdminSnapshot ( IntPtr  obj)

◆ ovr_Message_GetMatchmakingBrowseResult()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetMatchmakingBrowseResult ( IntPtr  obj)

◆ ovr_Message_GetMatchmakingEnqueueResult()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetMatchmakingEnqueueResult ( IntPtr  obj)

◆ ovr_Message_GetMatchmakingEnqueueResultAndRoom()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetMatchmakingEnqueueResultAndRoom ( IntPtr  obj)

◆ ovr_Message_GetMatchmakingRoomArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetMatchmakingRoomArray ( IntPtr  obj)

◆ ovr_Message_GetMatchmakingStats()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetMatchmakingStats ( IntPtr  obj)

◆ ovr_Message_GetMicrophoneAvailabilityState()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetMicrophoneAvailabilityState ( IntPtr  obj)

◆ ovr_Message_GetNativeMessage()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetNativeMessage ( IntPtr  obj)

◆ ovr_Message_GetNetSyncConnection()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetNetSyncConnection ( IntPtr  obj)

◆ ovr_Message_GetNetSyncSessionArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetNetSyncSessionArray ( IntPtr  obj)

◆ ovr_Message_GetNetSyncSessionsChangedNotification()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetNetSyncSessionsChangedNotification ( IntPtr  obj)

◆ ovr_Message_GetNetSyncSetSessionPropertyResult()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetNetSyncSetSessionPropertyResult ( IntPtr  obj)

◆ ovr_Message_GetNetSyncVoipAttenuationValueArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetNetSyncVoipAttenuationValueArray ( IntPtr  obj)

◆ ovr_Message_GetNetworkingPeer()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetNetworkingPeer ( IntPtr  obj)

◆ ovr_Message_GetOrgScopedID()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetOrgScopedID ( IntPtr  obj)

◆ ovr_Message_GetParty()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetParty ( IntPtr  obj)

◆ ovr_Message_GetPartyID()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetPartyID ( IntPtr  obj)

◆ ovr_Message_GetPartyUpdateNotification()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetPartyUpdateNotification ( IntPtr  obj)

◆ ovr_Message_GetPidArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetPidArray ( IntPtr  obj)

◆ ovr_Message_GetPingResult()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetPingResult ( IntPtr  obj)

◆ ovr_Message_GetPlatformInitialize()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetPlatformInitialize ( IntPtr  obj)

◆ ovr_Message_GetProductArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetProductArray ( IntPtr  obj)

◆ ovr_Message_GetPurchase()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetPurchase ( IntPtr  obj)

◆ ovr_Message_GetPurchaseArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetPurchaseArray ( IntPtr  obj)

◆ ovr_Message_GetRejoinDialogResult()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetRejoinDialogResult ( IntPtr  obj)

◆ ovr_Message_GetRequestID()

static ulong Oculus.Platform.CAPI.ovr_Message_GetRequestID ( IntPtr  obj)

◆ ovr_Message_GetRoom()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetRoom ( IntPtr  obj)

◆ ovr_Message_GetRoomArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetRoomArray ( IntPtr  obj)

◆ ovr_Message_GetRoomInviteNotification()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetRoomInviteNotification ( IntPtr  obj)

◆ ovr_Message_GetRoomInviteNotificationArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetRoomInviteNotificationArray ( IntPtr  obj)

◆ ovr_Message_GetSdkAccountArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetSdkAccountArray ( IntPtr  obj)

◆ ovr_Message_GetShareMediaResult()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetShareMediaResult ( IntPtr  obj)

◆ ovr_Message_GetString()

static string Oculus.Platform.CAPI.ovr_Message_GetString ( IntPtr  obj)
static

◆ ovr_Message_GetStringForJavascript()

static string Oculus.Platform.CAPI.ovr_Message_GetStringForJavascript ( IntPtr  message)
static

◆ ovr_Message_GetSystemVoipState()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetSystemVoipState ( IntPtr  obj)

◆ ovr_Message_GetType()

static Message.MessageType Oculus.Platform.CAPI.ovr_Message_GetType ( IntPtr  obj)

◆ ovr_Message_GetUser()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetUser ( IntPtr  obj)

◆ ovr_Message_GetUserAndRoomArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetUserAndRoomArray ( IntPtr  obj)

◆ ovr_Message_GetUserArray()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetUserArray ( IntPtr  obj)

◆ ovr_Message_GetUserDataStoreUpdateResponse()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetUserDataStoreUpdateResponse ( IntPtr  obj)

◆ ovr_Message_GetUserProof()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetUserProof ( IntPtr  obj)

◆ ovr_Message_GetUserReportID()

static IntPtr Oculus.Platform.CAPI.ovr_Message_GetUserReportID ( IntPtr  obj)

◆ ovr_Message_IsError()

static bool Oculus.Platform.CAPI.ovr_Message_IsError ( IntPtr  obj)

◆ ovr_Microphone_Create()

static IntPtr Oculus.Platform.CAPI.ovr_Microphone_Create ( )

◆ ovr_Microphone_Destroy()

static void Oculus.Platform.CAPI.ovr_Microphone_Destroy ( IntPtr  obj)

◆ ovr_Microphone_GetNumSamplesAvailable()

static UIntPtr Oculus.Platform.CAPI.ovr_Microphone_GetNumSamplesAvailable ( IntPtr  obj)

◆ ovr_Microphone_GetOutputBufferMaxSize()

static UIntPtr Oculus.Platform.CAPI.ovr_Microphone_GetOutputBufferMaxSize ( IntPtr  obj)

◆ ovr_Microphone_GetPCM()

static UIntPtr Oculus.Platform.CAPI.ovr_Microphone_GetPCM ( IntPtr  obj,
Int16 []  outputBuffer,
UIntPtr  outputBufferNumElements 
)

◆ ovr_Microphone_GetPCMFloat()

static UIntPtr Oculus.Platform.CAPI.ovr_Microphone_GetPCMFloat ( IntPtr  obj,
float []  outputBuffer,
UIntPtr  outputBufferNumElements 
)

◆ ovr_Microphone_ReadData()

static UIntPtr Oculus.Platform.CAPI.ovr_Microphone_ReadData ( IntPtr  obj,
float []  outputBuffer,
UIntPtr  outputBufferSize 
)

◆ ovr_Microphone_SetAcceptableRecordingDelayHint()

static void Oculus.Platform.CAPI.ovr_Microphone_SetAcceptableRecordingDelayHint ( IntPtr  obj,
UIntPtr  delayMs 
)

◆ ovr_Microphone_Start()

static void Oculus.Platform.CAPI.ovr_Microphone_Start ( IntPtr  obj)

◆ ovr_Microphone_Stop()

static void Oculus.Platform.CAPI.ovr_Microphone_Stop ( IntPtr  obj)

◆ ovr_MicrophoneAvailabilityState_GetMicrophoneAvailable()

static bool Oculus.Platform.CAPI.ovr_MicrophoneAvailabilityState_GetMicrophoneAvailable ( IntPtr  obj)

◆ ovr_MultiplayerErrorOptions_Create()

static IntPtr Oculus.Platform.CAPI.ovr_MultiplayerErrorOptions_Create ( )

◆ ovr_MultiplayerErrorOptions_Destroy()

static void Oculus.Platform.CAPI.ovr_MultiplayerErrorOptions_Destroy ( IntPtr  handle)

◆ ovr_MultiplayerErrorOptions_SetErrorKey()

static void Oculus.Platform.CAPI.ovr_MultiplayerErrorOptions_SetErrorKey ( IntPtr  handle,
MultiplayerErrorErrorKey  value 
)

◆ ovr_Net_Accept()

static void Oculus.Platform.CAPI.ovr_Net_Accept ( UInt64  peerID)

◆ ovr_Net_AcceptForCurrentRoom()

static bool Oculus.Platform.CAPI.ovr_Net_AcceptForCurrentRoom ( )

◆ ovr_Net_Close()

static void Oculus.Platform.CAPI.ovr_Net_Close ( UInt64  peerID)

◆ ovr_Net_CloseForCurrentRoom()

static void Oculus.Platform.CAPI.ovr_Net_CloseForCurrentRoom ( )

◆ ovr_Net_Connect()

static void Oculus.Platform.CAPI.ovr_Net_Connect ( UInt64  peerID)

◆ ovr_Net_IsConnected()

static bool Oculus.Platform.CAPI.ovr_Net_IsConnected ( UInt64  peerID)

◆ ovr_Net_Ping()

static ulong Oculus.Platform.CAPI.ovr_Net_Ping ( UInt64  peerID)

◆ ovr_Net_ReadPacket()

static IntPtr Oculus.Platform.CAPI.ovr_Net_ReadPacket ( )

◆ ovr_Net_SendPacket()

static bool Oculus.Platform.CAPI.ovr_Net_SendPacket ( UInt64  userID,
UIntPtr  length,
byte []  bytes,
SendPolicy  policy 
)

◆ ovr_Net_SendPacketToCurrentRoom()

static bool Oculus.Platform.CAPI.ovr_Net_SendPacketToCurrentRoom ( UIntPtr  length,
byte []  bytes,
SendPolicy  policy 
)

◆ ovr_NetSync_Connect()

static ulong Oculus.Platform.CAPI.ovr_NetSync_Connect ( IntPtr  connect_options)

◆ ovr_NetSync_Disconnect()

static ulong Oculus.Platform.CAPI.ovr_NetSync_Disconnect ( long  connection_id)

◆ ovr_NetSync_GetAmbisonicFloatPCM()

static UIntPtr Oculus.Platform.CAPI.ovr_NetSync_GetAmbisonicFloatPCM ( long  connection_id,
float []  outputBuffer,
UIntPtr  outputBufferNumElements 
)

◆ ovr_NetSync_GetAmbisonicInt16PCM()

static UIntPtr Oculus.Platform.CAPI.ovr_NetSync_GetAmbisonicInt16PCM ( long  connection_id,
Int16 []  outputBuffer,
UIntPtr  outputBufferNumElements 
)

◆ ovr_NetSync_GetAmbisonicInterleavedFloatPCM()

static UIntPtr Oculus.Platform.CAPI.ovr_NetSync_GetAmbisonicInterleavedFloatPCM ( long  connection_id,
float []  outputBuffer,
UIntPtr  outputBufferNumElements 
)

◆ ovr_NetSync_GetAmbisonicInterleavedInt16PCM()

static UIntPtr Oculus.Platform.CAPI.ovr_NetSync_GetAmbisonicInterleavedInt16PCM ( long  connection_id,
Int16 []  outputBuffer,
UIntPtr  outputBufferNumElements 
)

◆ ovr_NetSync_GetListenerPosition()

static bool Oculus.Platform.CAPI.ovr_NetSync_GetListenerPosition ( long  connection_id,
UInt64  sessionId,
ref ovrNetSyncVec3  position 
)

◆ ovr_NetSync_GetMonostreamFloatPCM()

static UIntPtr Oculus.Platform.CAPI.ovr_NetSync_GetMonostreamFloatPCM ( long  connection_id,
UInt64  sessionId,
float []  outputBuffer,
UIntPtr  outputBufferNumElements 
)

◆ ovr_NetSync_GetMonostreamInt16PCM()

static UIntPtr Oculus.Platform.CAPI.ovr_NetSync_GetMonostreamInt16PCM ( long  connection_id,
UInt64  session_id,
Int16 []  outputBuffer,
UIntPtr  outputBufferNumElements 
)

◆ ovr_NetSync_GetPcmBufferMaxSamples()

static UIntPtr Oculus.Platform.CAPI.ovr_NetSync_GetPcmBufferMaxSamples ( )

◆ ovr_NetSync_GetSessions()

static ulong Oculus.Platform.CAPI.ovr_NetSync_GetSessions ( long  connection_id)

◆ ovr_NetSync_GetVoipAmplitude()

static bool Oculus.Platform.CAPI.ovr_NetSync_GetVoipAmplitude ( long  connection_id,
UInt64  sessionId,
ref float  amplitude 
)

◆ ovr_NetSync_GetVoipAttenuation()

static ulong Oculus.Platform.CAPI.ovr_NetSync_GetVoipAttenuation ( long  connection_id)

◆ ovr_NetSync_GetVoipAttenuationDefault()

static ulong Oculus.Platform.CAPI.ovr_NetSync_GetVoipAttenuationDefault ( )

◆ ovr_NetSync_SetListenerPosition()

static void Oculus.Platform.CAPI.ovr_NetSync_SetListenerPosition ( long  connection_id,
ref ovrNetSyncVec3  position 
)

◆ ovr_NetSync_SetVoipAttenuation()

static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipAttenuation ( long  connection_id,
float []  distances,
float []  decibels,
UIntPtr  count 
)

◆ ovr_NetSync_SetVoipAttenuationModel()

static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipAttenuationModel ( long  connection_id,
string  name,
float []  distances,
float []  decibels,
UIntPtr  count 
)
static

◆ ovr_NetSync_SetVoipChannelCfg()

static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipChannelCfg ( long  connection_id,
string  channel_name,
string  attnmodel,
bool  disable_spatialization 
)
static

◆ ovr_NetSync_SetVoipGroup()

static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipGroup ( long  connection_id,
string  group_id 
)
static

◆ ovr_NetSync_SetVoipListentoChannels()

static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipListentoChannels ( long  connection_id,
string []  listento_channels,
UIntPtr  count 
)

◆ ovr_NetSync_SetVoipMicSource()

static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipMicSource ( long  connection_id,
NetSyncVoipMicSource  mic_source 
)

◆ ovr_NetSync_SetVoipSessionMuted()

static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipSessionMuted ( long  connection_id,
UInt64  session_id,
bool  muted 
)

◆ ovr_NetSync_SetVoipSpeaktoChannels()

static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipSpeaktoChannels ( long  connection_id,
string []  speakto_channels,
UIntPtr  count 
)

◆ ovr_NetSync_SetVoipStreamMode()

static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipStreamMode ( long  connection_id,
UInt64  sessionId,
NetSyncVoipStreamMode  streamMode 
)

◆ ovr_NetSyncConnection_GetConnectionId()

static long Oculus.Platform.CAPI.ovr_NetSyncConnection_GetConnectionId ( IntPtr  obj)

◆ ovr_NetSyncConnection_GetDisconnectReason()

static NetSyncDisconnectReason Oculus.Platform.CAPI.ovr_NetSyncConnection_GetDisconnectReason ( IntPtr  obj)

◆ ovr_NetSyncConnection_GetSessionId()

static UInt64 Oculus.Platform.CAPI.ovr_NetSyncConnection_GetSessionId ( IntPtr  obj)

◆ ovr_NetSyncConnection_GetStatus()

static NetSyncConnectionStatus Oculus.Platform.CAPI.ovr_NetSyncConnection_GetStatus ( IntPtr  obj)

◆ ovr_NetSyncConnection_GetZoneId()

static string Oculus.Platform.CAPI.ovr_NetSyncConnection_GetZoneId ( IntPtr  obj)
static

◆ ovr_NetSyncOptions_Create()

static IntPtr Oculus.Platform.CAPI.ovr_NetSyncOptions_Create ( )

◆ ovr_NetSyncOptions_Destroy()

static void Oculus.Platform.CAPI.ovr_NetSyncOptions_Destroy ( IntPtr  handle)

◆ ovr_NetSyncOptions_SetVoipGroup()

static void Oculus.Platform.CAPI.ovr_NetSyncOptions_SetVoipGroup ( IntPtr  handle,
string  value 
)
static

◆ ovr_NetSyncOptions_SetVoipStreamDefault()

static void Oculus.Platform.CAPI.ovr_NetSyncOptions_SetVoipStreamDefault ( IntPtr  handle,
NetSyncVoipStreamMode  value 
)

◆ ovr_NetSyncOptions_SetZoneId()

static void Oculus.Platform.CAPI.ovr_NetSyncOptions_SetZoneId ( IntPtr  handle,
string  value 
)
static

◆ ovr_NetSyncSession_GetConnectionId()

static long Oculus.Platform.CAPI.ovr_NetSyncSession_GetConnectionId ( IntPtr  obj)

◆ ovr_NetSyncSession_GetMuted()

static bool Oculus.Platform.CAPI.ovr_NetSyncSession_GetMuted ( IntPtr  obj)

◆ ovr_NetSyncSession_GetSessionId()

static UInt64 Oculus.Platform.CAPI.ovr_NetSyncSession_GetSessionId ( IntPtr  obj)

◆ ovr_NetSyncSession_GetUserId()

static UInt64 Oculus.Platform.CAPI.ovr_NetSyncSession_GetUserId ( IntPtr  obj)

◆ ovr_NetSyncSession_GetVoipGroup()

static string Oculus.Platform.CAPI.ovr_NetSyncSession_GetVoipGroup ( IntPtr  obj)
static

◆ ovr_NetSyncSessionArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_NetSyncSessionArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_NetSyncSessionArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_NetSyncSessionArray_GetSize ( IntPtr  obj)

◆ ovr_NetSyncSessionsChangedNotification_GetConnectionId()

static long Oculus.Platform.CAPI.ovr_NetSyncSessionsChangedNotification_GetConnectionId ( IntPtr  obj)

◆ ovr_NetSyncSessionsChangedNotification_GetSessions()

static IntPtr Oculus.Platform.CAPI.ovr_NetSyncSessionsChangedNotification_GetSessions ( IntPtr  obj)

◆ ovr_NetSyncSetSessionPropertyResult_GetSession()

static IntPtr Oculus.Platform.CAPI.ovr_NetSyncSetSessionPropertyResult_GetSession ( IntPtr  obj)

◆ ovr_NetSyncVoipAttenuationValue_GetDecibels()

static float Oculus.Platform.CAPI.ovr_NetSyncVoipAttenuationValue_GetDecibels ( IntPtr  obj)

◆ ovr_NetSyncVoipAttenuationValue_GetDistance()

static float Oculus.Platform.CAPI.ovr_NetSyncVoipAttenuationValue_GetDistance ( IntPtr  obj)

◆ ovr_NetSyncVoipAttenuationValueArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_NetSyncVoipAttenuationValueArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_NetSyncVoipAttenuationValueArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_NetSyncVoipAttenuationValueArray_GetSize ( IntPtr  obj)

◆ ovr_NetworkingPeer_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_NetworkingPeer_GetID ( IntPtr  obj)

◆ ovr_NetworkingPeer_GetState()

static PeerConnectionState Oculus.Platform.CAPI.ovr_NetworkingPeer_GetState ( IntPtr  obj)

◆ ovr_Notification_GetRoomInvites()

static ulong Oculus.Platform.CAPI.ovr_Notification_GetRoomInvites ( )

◆ ovr_Notification_MarkAsRead()

static ulong Oculus.Platform.CAPI.ovr_Notification_MarkAsRead ( UInt64  notificationID)

◆ ovr_OrgScopedID_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_OrgScopedID_GetID ( IntPtr  obj)

◆ ovr_Packet_Free()

static void Oculus.Platform.CAPI.ovr_Packet_Free ( IntPtr  obj)

◆ ovr_Packet_GetBytes()

static IntPtr Oculus.Platform.CAPI.ovr_Packet_GetBytes ( IntPtr  obj)

◆ ovr_Packet_GetSenderID()

static UInt64 Oculus.Platform.CAPI.ovr_Packet_GetSenderID ( IntPtr  obj)

◆ ovr_Packet_GetSendPolicy()

static SendPolicy Oculus.Platform.CAPI.ovr_Packet_GetSendPolicy ( IntPtr  obj)

◆ ovr_Packet_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_Packet_GetSize ( IntPtr  obj)

◆ ovr_Party_Create()

static ulong Oculus.Platform.CAPI.ovr_Party_Create ( )

◆ ovr_Party_GatherInApplication()

static ulong Oculus.Platform.CAPI.ovr_Party_GatherInApplication ( UInt64  partyID,
UInt64  appID 
)

◆ ovr_Party_Get()

static ulong Oculus.Platform.CAPI.ovr_Party_Get ( UInt64  partyID)

◆ ovr_Party_GetCurrent()

static ulong Oculus.Platform.CAPI.ovr_Party_GetCurrent ( )

◆ ovr_Party_GetCurrentForUser()

static ulong Oculus.Platform.CAPI.ovr_Party_GetCurrentForUser ( UInt64  userID)

◆ ovr_Party_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_Party_GetID ( IntPtr  obj)

◆ ovr_Party_GetInvitedUsers()

static IntPtr Oculus.Platform.CAPI.ovr_Party_GetInvitedUsers ( IntPtr  obj)

◆ ovr_Party_GetLeader()

static IntPtr Oculus.Platform.CAPI.ovr_Party_GetLeader ( IntPtr  obj)

◆ ovr_Party_GetRoom()

static IntPtr Oculus.Platform.CAPI.ovr_Party_GetRoom ( IntPtr  obj)

◆ ovr_Party_GetUsers()

static IntPtr Oculus.Platform.CAPI.ovr_Party_GetUsers ( IntPtr  obj)

◆ ovr_Party_Invite()

static ulong Oculus.Platform.CAPI.ovr_Party_Invite ( UInt64  partyID,
UInt64  userID 
)

◆ ovr_Party_Join()

static ulong Oculus.Platform.CAPI.ovr_Party_Join ( UInt64  partyID)

◆ ovr_Party_Leave()

static ulong Oculus.Platform.CAPI.ovr_Party_Leave ( UInt64  partyID)

◆ ovr_Party_PluginGetSharedMemHandle()

static int Oculus.Platform.CAPI.ovr_Party_PluginGetSharedMemHandle ( )

◆ ovr_Party_PluginGetVoipMicrophoneMuted()

static VoipMuteState Oculus.Platform.CAPI.ovr_Party_PluginGetVoipMicrophoneMuted ( )

◆ ovr_Party_PluginGetVoipPassthrough()

static bool Oculus.Platform.CAPI.ovr_Party_PluginGetVoipPassthrough ( )

◆ ovr_Party_PluginGetVoipStatus()

static SystemVoipStatus Oculus.Platform.CAPI.ovr_Party_PluginGetVoipStatus ( )

◆ ovr_PartyID_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_PartyID_GetID ( IntPtr  obj)

◆ ovr_PartyUpdateNotification_GetAction()

static PartyUpdateAction Oculus.Platform.CAPI.ovr_PartyUpdateNotification_GetAction ( IntPtr  obj)

◆ ovr_PartyUpdateNotification_GetPartyId()

static UInt64 Oculus.Platform.CAPI.ovr_PartyUpdateNotification_GetPartyId ( IntPtr  obj)

◆ ovr_PartyUpdateNotification_GetSenderId()

static UInt64 Oculus.Platform.CAPI.ovr_PartyUpdateNotification_GetSenderId ( IntPtr  obj)

◆ ovr_PartyUpdateNotification_GetUpdateTimestamp()

static string Oculus.Platform.CAPI.ovr_PartyUpdateNotification_GetUpdateTimestamp ( IntPtr  obj)
static

◆ ovr_PartyUpdateNotification_GetUserAlias()

static string Oculus.Platform.CAPI.ovr_PartyUpdateNotification_GetUserAlias ( IntPtr  obj)
static

◆ ovr_PartyUpdateNotification_GetUserId()

static UInt64 Oculus.Platform.CAPI.ovr_PartyUpdateNotification_GetUserId ( IntPtr  obj)

◆ ovr_PartyUpdateNotification_GetUserName()

static string Oculus.Platform.CAPI.ovr_PartyUpdateNotification_GetUserName ( IntPtr  obj)
static

◆ ovr_Pid_GetId()

static string Oculus.Platform.CAPI.ovr_Pid_GetId ( IntPtr  obj)
static

◆ ovr_PidArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_PidArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_PidArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_PidArray_GetSize ( IntPtr  obj)

◆ ovr_PingResult_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_PingResult_GetID ( IntPtr  obj)

◆ ovr_PingResult_GetPingTimeUsec()

static ulong Oculus.Platform.CAPI.ovr_PingResult_GetPingTimeUsec ( IntPtr  obj)

◆ ovr_PingResult_IsTimeout()

static bool Oculus.Platform.CAPI.ovr_PingResult_IsTimeout ( IntPtr  obj)

◆ ovr_Platform_InitializeStandaloneOculus()

static ulong Oculus.Platform.CAPI.ovr_Platform_InitializeStandaloneOculus ( ref OculusInitParams  init)

◆ ovr_PlatformInitialize_GetResult()

static PlatformInitializeResult Oculus.Platform.CAPI.ovr_PlatformInitialize_GetResult ( IntPtr  obj)

◆ ovr_PlatformInitializeWithAccessToken()

static ulong Oculus.Platform.CAPI.ovr_PlatformInitializeWithAccessToken ( UInt64  appId,
string  accessToken 
)

◆ ovr_PopMessage()

static IntPtr Oculus.Platform.CAPI.ovr_PopMessage ( )

◆ ovr_Price_GetAmountInHundredths()

static uint Oculus.Platform.CAPI.ovr_Price_GetAmountInHundredths ( IntPtr  obj)

◆ ovr_Price_GetCurrency()

static string Oculus.Platform.CAPI.ovr_Price_GetCurrency ( IntPtr  obj)
static

◆ ovr_Price_GetFormatted()

static string Oculus.Platform.CAPI.ovr_Price_GetFormatted ( IntPtr  obj)
static

◆ ovr_Product_GetDescription()

static string Oculus.Platform.CAPI.ovr_Product_GetDescription ( IntPtr  obj)
static

◆ ovr_Product_GetFormattedPrice()

static string Oculus.Platform.CAPI.ovr_Product_GetFormattedPrice ( IntPtr  obj)
static

◆ ovr_Product_GetName()

static string Oculus.Platform.CAPI.ovr_Product_GetName ( IntPtr  obj)
static

◆ ovr_Product_GetSKU()

static string Oculus.Platform.CAPI.ovr_Product_GetSKU ( IntPtr  obj)
static

◆ ovr_ProductArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_ProductArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_ProductArray_GetNextUrl()

static string Oculus.Platform.CAPI.ovr_ProductArray_GetNextUrl ( IntPtr  obj)
static

◆ ovr_ProductArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_ProductArray_GetSize ( IntPtr  obj)

◆ ovr_ProductArray_HasNextPage()

static bool Oculus.Platform.CAPI.ovr_ProductArray_HasNextPage ( IntPtr  obj)

◆ ovr_Purchase_GetExpirationTime()

static DateTime Oculus.Platform.CAPI.ovr_Purchase_GetExpirationTime ( IntPtr  obj)
static

◆ ovr_Purchase_GetGrantTime()

static DateTime Oculus.Platform.CAPI.ovr_Purchase_GetGrantTime ( IntPtr  obj)
static

◆ ovr_Purchase_GetPurchaseID()

static UInt64 Oculus.Platform.CAPI.ovr_Purchase_GetPurchaseID ( IntPtr  obj)

◆ ovr_Purchase_GetPurchaseStrID()

static string Oculus.Platform.CAPI.ovr_Purchase_GetPurchaseStrID ( IntPtr  obj)
static

◆ ovr_Purchase_GetSKU()

static string Oculus.Platform.CAPI.ovr_Purchase_GetSKU ( IntPtr  obj)
static

◆ ovr_PurchaseArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_PurchaseArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_PurchaseArray_GetNextUrl()

static string Oculus.Platform.CAPI.ovr_PurchaseArray_GetNextUrl ( IntPtr  obj)
static

◆ ovr_PurchaseArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_PurchaseArray_GetSize ( IntPtr  obj)

◆ ovr_PurchaseArray_HasNextPage()

static bool Oculus.Platform.CAPI.ovr_PurchaseArray_HasNextPage ( IntPtr  obj)

◆ ovr_RejoinDialogResult_GetRejoinSelected()

static bool Oculus.Platform.CAPI.ovr_RejoinDialogResult_GetRejoinSelected ( IntPtr  obj)

◆ ovr_RichPresence_Clear()

static ulong Oculus.Platform.CAPI.ovr_RichPresence_Clear ( )

◆ ovr_RichPresence_GetDestinations()

static ulong Oculus.Platform.CAPI.ovr_RichPresence_GetDestinations ( )

◆ ovr_RichPresence_Set()

static ulong Oculus.Platform.CAPI.ovr_RichPresence_Set ( IntPtr  richPresenceOptions)

◆ ovr_RichPresence_SetDestination()

static ulong Oculus.Platform.CAPI.ovr_RichPresence_SetDestination ( string  api_name)
static

◆ ovr_RichPresence_SetIsJoinable()

static ulong Oculus.Platform.CAPI.ovr_RichPresence_SetIsJoinable ( bool  is_joinable)

◆ ovr_RichPresence_SetLobbySession()

static ulong Oculus.Platform.CAPI.ovr_RichPresence_SetLobbySession ( string  id)
static

◆ ovr_RichPresence_SetMatchSession()

static ulong Oculus.Platform.CAPI.ovr_RichPresence_SetMatchSession ( string  id)
static

◆ ovr_RichPresenceOptions_ClearArgs()

static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_ClearArgs ( IntPtr  handle)

◆ ovr_RichPresenceOptions_Create()

static IntPtr Oculus.Platform.CAPI.ovr_RichPresenceOptions_Create ( )

◆ ovr_RichPresenceOptions_Destroy()

static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_Destroy ( IntPtr  handle)

◆ ovr_RichPresenceOptions_SetApiName()

static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetApiName ( IntPtr  handle,
string  value 
)
static

◆ ovr_RichPresenceOptions_SetArgsString()

static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetArgsString ( IntPtr  handle,
string  key,
string  value 
)
static

◆ ovr_RichPresenceOptions_SetCurrentCapacity()

static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetCurrentCapacity ( IntPtr  handle,
uint  value 
)

◆ ovr_RichPresenceOptions_SetDeeplinkMessageOverride()

static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetDeeplinkMessageOverride ( IntPtr  handle,
string  value 
)
static

◆ ovr_RichPresenceOptions_SetEndTime()

static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetEndTime ( IntPtr  handle,
DateTime  value 
)
static

◆ ovr_RichPresenceOptions_SetExtraContext()

static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetExtraContext ( IntPtr  handle,
RichPresenceExtraContext  value 
)

◆ ovr_RichPresenceOptions_SetInstanceId()

static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetInstanceId ( IntPtr  handle,
string  value 
)
static

◆ ovr_RichPresenceOptions_SetIsIdle()

static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetIsIdle ( IntPtr  handle,
bool  value 
)

◆ ovr_RichPresenceOptions_SetIsJoinable()

static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetIsJoinable ( IntPtr  handle,
bool  value 
)

◆ ovr_RichPresenceOptions_SetJoinableId()

static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetJoinableId ( IntPtr  handle,
string  value 
)
static

◆ ovr_RichPresenceOptions_SetLobbySessionId()

static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetLobbySessionId ( IntPtr  handle,
string  value 
)
static

◆ ovr_RichPresenceOptions_SetMatchSessionId()

static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetMatchSessionId ( IntPtr  handle,
string  value 
)
static

◆ ovr_RichPresenceOptions_SetMaxCapacity()

static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetMaxCapacity ( IntPtr  handle,
uint  value 
)

◆ ovr_RichPresenceOptions_SetStartTime()

static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetStartTime ( IntPtr  handle,
DateTime  value 
)
static

◆ ovr_Room_CreateAndJoinPrivate()

static ulong Oculus.Platform.CAPI.ovr_Room_CreateAndJoinPrivate ( RoomJoinPolicy  joinPolicy,
uint  maxUsers,
bool  subscribeToUpdates 
)

◆ ovr_Room_CreateAndJoinPrivate2()

static ulong Oculus.Platform.CAPI.ovr_Room_CreateAndJoinPrivate2 ( RoomJoinPolicy  joinPolicy,
uint  maxUsers,
IntPtr  roomOptions 
)

◆ ovr_Room_Get()

static ulong Oculus.Platform.CAPI.ovr_Room_Get ( UInt64  roomID)

◆ ovr_Room_GetApplicationID()

static UInt64 Oculus.Platform.CAPI.ovr_Room_GetApplicationID ( IntPtr  obj)

◆ ovr_Room_GetCurrent()

static ulong Oculus.Platform.CAPI.ovr_Room_GetCurrent ( )

◆ ovr_Room_GetCurrentForUser()

static ulong Oculus.Platform.CAPI.ovr_Room_GetCurrentForUser ( UInt64  userID)

◆ ovr_Room_GetDataStore()

static IntPtr Oculus.Platform.CAPI.ovr_Room_GetDataStore ( IntPtr  obj)

◆ ovr_Room_GetDescription()

static string Oculus.Platform.CAPI.ovr_Room_GetDescription ( IntPtr  obj)
static

◆ ovr_Room_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_Room_GetID ( IntPtr  obj)

◆ ovr_Room_GetInvitableUsers()

static ulong Oculus.Platform.CAPI.ovr_Room_GetInvitableUsers ( )

◆ ovr_Room_GetInvitableUsers2()

static ulong Oculus.Platform.CAPI.ovr_Room_GetInvitableUsers2 ( IntPtr  roomOptions)

◆ ovr_Room_GetInvitedUsers()

static IntPtr Oculus.Platform.CAPI.ovr_Room_GetInvitedUsers ( IntPtr  obj)

◆ ovr_Room_GetIsMembershipLocked()

static bool Oculus.Platform.CAPI.ovr_Room_GetIsMembershipLocked ( IntPtr  obj)

◆ ovr_Room_GetJoinability()

static RoomJoinability Oculus.Platform.CAPI.ovr_Room_GetJoinability ( IntPtr  obj)

◆ ovr_Room_GetJoinPolicy()

static RoomJoinPolicy Oculus.Platform.CAPI.ovr_Room_GetJoinPolicy ( IntPtr  obj)

◆ ovr_Room_GetMatchedUsers()

static IntPtr Oculus.Platform.CAPI.ovr_Room_GetMatchedUsers ( IntPtr  obj)

◆ ovr_Room_GetMaxUsers()

static uint Oculus.Platform.CAPI.ovr_Room_GetMaxUsers ( IntPtr  obj)

◆ ovr_Room_GetModeratedRooms()

static ulong Oculus.Platform.CAPI.ovr_Room_GetModeratedRooms ( )

◆ ovr_Room_GetName()

static string Oculus.Platform.CAPI.ovr_Room_GetName ( IntPtr  obj)
static

◆ ovr_Room_GetOwner()

static IntPtr Oculus.Platform.CAPI.ovr_Room_GetOwner ( IntPtr  obj)

◆ ovr_Room_GetSocialRooms()

static ulong Oculus.Platform.CAPI.ovr_Room_GetSocialRooms ( UInt64  appID)

◆ ovr_Room_GetTeams()

static IntPtr Oculus.Platform.CAPI.ovr_Room_GetTeams ( IntPtr  obj)

◆ ovr_Room_GetType()

static RoomType Oculus.Platform.CAPI.ovr_Room_GetType ( IntPtr  obj)

◆ ovr_Room_GetUsers()

static IntPtr Oculus.Platform.CAPI.ovr_Room_GetUsers ( IntPtr  obj)

◆ ovr_Room_GetVersion()

static uint Oculus.Platform.CAPI.ovr_Room_GetVersion ( IntPtr  obj)

◆ ovr_Room_InviteUser()

static ulong Oculus.Platform.CAPI.ovr_Room_InviteUser ( UInt64  roomID,
string  inviteToken 
)
static

◆ ovr_Room_Join()

static ulong Oculus.Platform.CAPI.ovr_Room_Join ( UInt64  roomID,
bool  subscribeToUpdates 
)

◆ ovr_Room_Join2()

static ulong Oculus.Platform.CAPI.ovr_Room_Join2 ( UInt64  roomID,
IntPtr  roomOptions 
)

◆ ovr_Room_KickUser()

static ulong Oculus.Platform.CAPI.ovr_Room_KickUser ( UInt64  roomID,
UInt64  userID,
int  kickDurationSeconds 
)

◆ ovr_Room_LaunchInvitableUserFlow()

static ulong Oculus.Platform.CAPI.ovr_Room_LaunchInvitableUserFlow ( UInt64  roomID)

◆ ovr_Room_Leave()

static ulong Oculus.Platform.CAPI.ovr_Room_Leave ( UInt64  roomID)

◆ ovr_Room_SetDescription()

static ulong Oculus.Platform.CAPI.ovr_Room_SetDescription ( UInt64  roomID,
string  description 
)
static

◆ ovr_Room_UpdateDataStore()

static ulong Oculus.Platform.CAPI.ovr_Room_UpdateDataStore ( UInt64  roomID,
ovrKeyValuePair []  data 
)
static

◆ ovr_Room_UpdateMembershipLockStatus()

static ulong Oculus.Platform.CAPI.ovr_Room_UpdateMembershipLockStatus ( UInt64  roomID,
RoomMembershipLockStatus  membershipLockStatus 
)

◆ ovr_Room_UpdateOwner()

static ulong Oculus.Platform.CAPI.ovr_Room_UpdateOwner ( UInt64  roomID,
UInt64  userID 
)

◆ ovr_Room_UpdatePrivateRoomJoinPolicy()

static ulong Oculus.Platform.CAPI.ovr_Room_UpdatePrivateRoomJoinPolicy ( UInt64  roomID,
RoomJoinPolicy  newJoinPolicy 
)

◆ ovr_RoomArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_RoomArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_RoomArray_GetNextUrl()

static string Oculus.Platform.CAPI.ovr_RoomArray_GetNextUrl ( IntPtr  obj)
static

◆ ovr_RoomArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_RoomArray_GetSize ( IntPtr  obj)

◆ ovr_RoomArray_HasNextPage()

static bool Oculus.Platform.CAPI.ovr_RoomArray_HasNextPage ( IntPtr  obj)

◆ ovr_RoomInviteNotification_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_RoomInviteNotification_GetID ( IntPtr  obj)

◆ ovr_RoomInviteNotification_GetRoomID()

static UInt64 Oculus.Platform.CAPI.ovr_RoomInviteNotification_GetRoomID ( IntPtr  obj)

◆ ovr_RoomInviteNotification_GetSenderID()

static UInt64 Oculus.Platform.CAPI.ovr_RoomInviteNotification_GetSenderID ( IntPtr  obj)

◆ ovr_RoomInviteNotification_GetSentTime()

static DateTime Oculus.Platform.CAPI.ovr_RoomInviteNotification_GetSentTime ( IntPtr  obj)
static

◆ ovr_RoomInviteNotificationArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_RoomInviteNotificationArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_RoomInviteNotificationArray_GetNextUrl()

static string Oculus.Platform.CAPI.ovr_RoomInviteNotificationArray_GetNextUrl ( IntPtr  obj)
static

◆ ovr_RoomInviteNotificationArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_RoomInviteNotificationArray_GetSize ( IntPtr  obj)

◆ ovr_RoomInviteNotificationArray_HasNextPage()

static bool Oculus.Platform.CAPI.ovr_RoomInviteNotificationArray_HasNextPage ( IntPtr  obj)

◆ ovr_RoomOptions_ClearDataStore()

static void Oculus.Platform.CAPI.ovr_RoomOptions_ClearDataStore ( IntPtr  handle)

◆ ovr_RoomOptions_Create()

static IntPtr Oculus.Platform.CAPI.ovr_RoomOptions_Create ( )

◆ ovr_RoomOptions_Destroy()

static void Oculus.Platform.CAPI.ovr_RoomOptions_Destroy ( IntPtr  handle)

◆ ovr_RoomOptions_SetDataStoreString()

static void Oculus.Platform.CAPI.ovr_RoomOptions_SetDataStoreString ( IntPtr  handle,
string  key,
string  value 
)
static

◆ ovr_RoomOptions_SetExcludeRecentlyMet()

static void Oculus.Platform.CAPI.ovr_RoomOptions_SetExcludeRecentlyMet ( IntPtr  handle,
bool  value 
)

◆ ovr_RoomOptions_SetMaxUserResults()

static void Oculus.Platform.CAPI.ovr_RoomOptions_SetMaxUserResults ( IntPtr  handle,
uint  value 
)

◆ ovr_RoomOptions_SetOrdering()

static void Oculus.Platform.CAPI.ovr_RoomOptions_SetOrdering ( IntPtr  handle,
UserOrdering  value 
)

◆ ovr_RoomOptions_SetRecentlyMetTimeWindow()

static void Oculus.Platform.CAPI.ovr_RoomOptions_SetRecentlyMetTimeWindow ( IntPtr  handle,
TimeWindow  value 
)

◆ ovr_RoomOptions_SetRoomId()

static void Oculus.Platform.CAPI.ovr_RoomOptions_SetRoomId ( IntPtr  handle,
UInt64  value 
)

◆ ovr_RoomOptions_SetTurnOffUpdates()

static void Oculus.Platform.CAPI.ovr_RoomOptions_SetTurnOffUpdates ( IntPtr  handle,
bool  value 
)

◆ ovr_RosterOptions_AddSuggestedUser()

static void Oculus.Platform.CAPI.ovr_RosterOptions_AddSuggestedUser ( IntPtr  handle,
UInt64  value 
)

◆ ovr_RosterOptions_ClearSuggestedUsers()

static void Oculus.Platform.CAPI.ovr_RosterOptions_ClearSuggestedUsers ( IntPtr  handle)

◆ ovr_RosterOptions_Create()

static IntPtr Oculus.Platform.CAPI.ovr_RosterOptions_Create ( )

◆ ovr_RosterOptions_Destroy()

static void Oculus.Platform.CAPI.ovr_RosterOptions_Destroy ( IntPtr  handle)

◆ ovr_SdkAccount_GetAccountType()

static SdkAccountType Oculus.Platform.CAPI.ovr_SdkAccount_GetAccountType ( IntPtr  obj)

◆ ovr_SdkAccount_GetUserId()

static UInt64 Oculus.Platform.CAPI.ovr_SdkAccount_GetUserId ( IntPtr  obj)

◆ ovr_SdkAccountArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_SdkAccountArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_SdkAccountArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_SdkAccountArray_GetSize ( IntPtr  obj)

◆ ovr_SetDeveloperAccessToken()

static bool Oculus.Platform.CAPI.ovr_SetDeveloperAccessToken ( string  accessToken)

◆ ovr_ShareMediaResult_GetStatus()

static ShareMediaStatus Oculus.Platform.CAPI.ovr_ShareMediaResult_GetStatus ( IntPtr  obj)

◆ ovr_SupplementaryMetric_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_SupplementaryMetric_GetID ( IntPtr  obj)

◆ ovr_SupplementaryMetric_GetMetric()

static long Oculus.Platform.CAPI.ovr_SupplementaryMetric_GetMetric ( IntPtr  obj)

◆ ovr_SystemVoipState_GetMicrophoneMuted()

static VoipMuteState Oculus.Platform.CAPI.ovr_SystemVoipState_GetMicrophoneMuted ( IntPtr  obj)

◆ ovr_SystemVoipState_GetStatus()

static SystemVoipStatus Oculus.Platform.CAPI.ovr_SystemVoipState_GetStatus ( IntPtr  obj)

◆ ovr_Team_GetAssignedUsers()

static IntPtr Oculus.Platform.CAPI.ovr_Team_GetAssignedUsers ( IntPtr  obj)

◆ ovr_Team_GetMaxUsers()

static int Oculus.Platform.CAPI.ovr_Team_GetMaxUsers ( IntPtr  obj)

◆ ovr_Team_GetMinUsers()

static int Oculus.Platform.CAPI.ovr_Team_GetMinUsers ( IntPtr  obj)

◆ ovr_Team_GetName()

static string Oculus.Platform.CAPI.ovr_Team_GetName ( IntPtr  obj)
static

◆ ovr_TeamArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_TeamArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_TeamArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_TeamArray_GetSize ( IntPtr  obj)

◆ ovr_TestUser_GetAccessToken()

static string Oculus.Platform.CAPI.ovr_TestUser_GetAccessToken ( IntPtr  obj)
static

◆ ovr_TestUser_GetAppAccessArray()

static IntPtr Oculus.Platform.CAPI.ovr_TestUser_GetAppAccessArray ( IntPtr  obj)

◆ ovr_TestUser_GetFbAppAccessArray()

static IntPtr Oculus.Platform.CAPI.ovr_TestUser_GetFbAppAccessArray ( IntPtr  obj)

◆ ovr_TestUser_GetFriendAccessToken()

static string Oculus.Platform.CAPI.ovr_TestUser_GetFriendAccessToken ( IntPtr  obj)
static

◆ ovr_TestUser_GetFriendAppAccessArray()

static IntPtr Oculus.Platform.CAPI.ovr_TestUser_GetFriendAppAccessArray ( IntPtr  obj)

◆ ovr_TestUser_GetUserAlias()

static string Oculus.Platform.CAPI.ovr_TestUser_GetUserAlias ( IntPtr  obj)
static

◆ ovr_TestUser_GetUserFbid()

static UInt64 Oculus.Platform.CAPI.ovr_TestUser_GetUserFbid ( IntPtr  obj)

◆ ovr_TestUser_GetUserId()

static UInt64 Oculus.Platform.CAPI.ovr_TestUser_GetUserId ( IntPtr  obj)

◆ ovr_TestUserAppAccess_GetAccessToken()

static string Oculus.Platform.CAPI.ovr_TestUserAppAccess_GetAccessToken ( IntPtr  obj)
static

◆ ovr_TestUserAppAccess_GetAppId()

static UInt64 Oculus.Platform.CAPI.ovr_TestUserAppAccess_GetAppId ( IntPtr  obj)

◆ ovr_TestUserAppAccess_GetUserId()

static UInt64 Oculus.Platform.CAPI.ovr_TestUserAppAccess_GetUserId ( IntPtr  obj)

◆ ovr_TestUserAppAccessArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_TestUserAppAccessArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_TestUserAppAccessArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_TestUserAppAccessArray_GetSize ( IntPtr  obj)

◆ ovr_UnityInitGlobals()

static void Oculus.Platform.CAPI.ovr_UnityInitGlobals ( IntPtr  loggingCB)

◆ ovr_UnityInitWrapper()

static bool Oculus.Platform.CAPI.ovr_UnityInitWrapper ( string  appId)

◆ ovr_UnityInitWrapperAsynchronous()

static ulong Oculus.Platform.CAPI.ovr_UnityInitWrapperAsynchronous ( string  appId)

◆ ovr_UnityInitWrapperStandalone()

static bool Oculus.Platform.CAPI.ovr_UnityInitWrapperStandalone ( string  accessToken,
IntPtr  loggingCB 
)

◆ ovr_UnityInitWrapperWindows()

static bool Oculus.Platform.CAPI.ovr_UnityInitWrapperWindows ( string  appId,
IntPtr  loggingCB 
)

◆ ovr_UnityInitWrapperWindowsAsynchronous()

static ulong Oculus.Platform.CAPI.ovr_UnityInitWrapperWindowsAsynchronous ( string  appId,
IntPtr  loggingCB 
)

◆ ovr_UnityResetTestPlatform()

static void Oculus.Platform.CAPI.ovr_UnityResetTestPlatform ( )

◆ ovr_User_CancelRecordingForReportFlow()

static ulong Oculus.Platform.CAPI.ovr_User_CancelRecordingForReportFlow ( string  recordingUUID)
static

◆ ovr_User_Get()

static ulong Oculus.Platform.CAPI.ovr_User_Get ( UInt64  userID)

◆ ovr_User_GetAccessToken()

static ulong Oculus.Platform.CAPI.ovr_User_GetAccessToken ( )

◆ ovr_User_GetDisplayName()

static string Oculus.Platform.CAPI.ovr_User_GetDisplayName ( IntPtr  obj)
static

◆ ovr_User_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_User_GetID ( IntPtr  obj)

◆ ovr_User_GetImageUrl()

static string Oculus.Platform.CAPI.ovr_User_GetImageUrl ( IntPtr  obj)
static

◆ ovr_User_GetInviteToken()

static string Oculus.Platform.CAPI.ovr_User_GetInviteToken ( IntPtr  obj)
static

◆ ovr_User_GetLinkedAccounts()

static ulong Oculus.Platform.CAPI.ovr_User_GetLinkedAccounts ( IntPtr  userOptions)

◆ ovr_User_GetLoggedInUser()

static ulong Oculus.Platform.CAPI.ovr_User_GetLoggedInUser ( )

◆ ovr_User_GetLoggedInUserFriends()

static ulong Oculus.Platform.CAPI.ovr_User_GetLoggedInUserFriends ( )

◆ ovr_User_GetLoggedInUserFriendsAndRooms()

static ulong Oculus.Platform.CAPI.ovr_User_GetLoggedInUserFriendsAndRooms ( )

◆ ovr_User_GetLoggedInUserRecentlyMetUsersAndRooms()

static ulong Oculus.Platform.CAPI.ovr_User_GetLoggedInUserRecentlyMetUsersAndRooms ( IntPtr  userOptions)

◆ ovr_User_GetOculusID()

static string Oculus.Platform.CAPI.ovr_User_GetOculusID ( IntPtr  obj)
static

◆ ovr_User_GetOrgScopedID()

static ulong Oculus.Platform.CAPI.ovr_User_GetOrgScopedID ( UInt64  userID)

◆ ovr_User_GetPresence()

static string Oculus.Platform.CAPI.ovr_User_GetPresence ( IntPtr  obj)
static

◆ ovr_User_GetPresenceDeeplinkMessage()

static string Oculus.Platform.CAPI.ovr_User_GetPresenceDeeplinkMessage ( IntPtr  obj)
static

◆ ovr_User_GetPresenceDestinationApiName()

static string Oculus.Platform.CAPI.ovr_User_GetPresenceDestinationApiName ( IntPtr  obj)
static

◆ ovr_User_GetPresenceLobbySessionId()

static string Oculus.Platform.CAPI.ovr_User_GetPresenceLobbySessionId ( IntPtr  obj)
static

◆ ovr_User_GetPresenceMatchSessionId()

static string Oculus.Platform.CAPI.ovr_User_GetPresenceMatchSessionId ( IntPtr  obj)
static

◆ ovr_User_GetPresenceStatus()

static UserPresenceStatus Oculus.Platform.CAPI.ovr_User_GetPresenceStatus ( IntPtr  obj)

◆ ovr_User_GetSdkAccounts()

static ulong Oculus.Platform.CAPI.ovr_User_GetSdkAccounts ( )

◆ ovr_User_GetSmallImageUrl()

static string Oculus.Platform.CAPI.ovr_User_GetSmallImageUrl ( IntPtr  obj)
static

◆ ovr_User_GetUserProof()

static ulong Oculus.Platform.CAPI.ovr_User_GetUserProof ( )

◆ ovr_User_LaunchBlockFlow()

static ulong Oculus.Platform.CAPI.ovr_User_LaunchBlockFlow ( UInt64  userID)

◆ ovr_User_LaunchFriendRequestFlow()

static ulong Oculus.Platform.CAPI.ovr_User_LaunchFriendRequestFlow ( UInt64  userID)

◆ ovr_User_LaunchReportFlow()

static ulong Oculus.Platform.CAPI.ovr_User_LaunchReportFlow ( UInt64  userID)

◆ ovr_User_LaunchReportFlow2()

static ulong Oculus.Platform.CAPI.ovr_User_LaunchReportFlow2 ( UInt64  optionalUserID,
IntPtr  abuseReportOptions 
)

◆ ovr_User_LaunchUnblockFlow()

static ulong Oculus.Platform.CAPI.ovr_User_LaunchUnblockFlow ( UInt64  userID)

◆ ovr_User_NewEntitledTestUser()

static ulong Oculus.Platform.CAPI.ovr_User_NewEntitledTestUser ( )

◆ ovr_User_NewTestUser()

static ulong Oculus.Platform.CAPI.ovr_User_NewTestUser ( )

◆ ovr_User_NewTestUserFriends()

static ulong Oculus.Platform.CAPI.ovr_User_NewTestUserFriends ( )

◆ ovr_User_StartRecordingForReportFlow()

static ulong Oculus.Platform.CAPI.ovr_User_StartRecordingForReportFlow ( )

◆ ovr_User_StopRecordingAndLaunchReportFlow()

static ulong Oculus.Platform.CAPI.ovr_User_StopRecordingAndLaunchReportFlow ( UInt64  optionalUserID,
string  optionalRecordingUUID 
)
static

◆ ovr_User_StopRecordingAndLaunchReportFlow2()

static ulong Oculus.Platform.CAPI.ovr_User_StopRecordingAndLaunchReportFlow2 ( UInt64  optionalUserID,
string  optionalRecordingUUID,
IntPtr  abuseReportOptions 
)
static

◆ ovr_User_TestUserCreateDeviceManifest()

static ulong Oculus.Platform.CAPI.ovr_User_TestUserCreateDeviceManifest ( string  deviceID,
UInt64 []  appIDs,
int  numAppIDs 
)
static

◆ ovr_UserAndRoom_GetRoom()

static IntPtr Oculus.Platform.CAPI.ovr_UserAndRoom_GetRoom ( IntPtr  obj)

◆ ovr_UserAndRoom_GetUser()

static IntPtr Oculus.Platform.CAPI.ovr_UserAndRoom_GetUser ( IntPtr  obj)

◆ ovr_UserAndRoomArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_UserAndRoomArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_UserAndRoomArray_GetNextUrl()

static string Oculus.Platform.CAPI.ovr_UserAndRoomArray_GetNextUrl ( IntPtr  obj)
static

◆ ovr_UserAndRoomArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_UserAndRoomArray_GetSize ( IntPtr  obj)

◆ ovr_UserAndRoomArray_HasNextPage()

static bool Oculus.Platform.CAPI.ovr_UserAndRoomArray_HasNextPage ( IntPtr  obj)

◆ ovr_UserArray_GetElement()

static IntPtr Oculus.Platform.CAPI.ovr_UserArray_GetElement ( IntPtr  obj,
UIntPtr  index 
)

◆ ovr_UserArray_GetNextUrl()

static string Oculus.Platform.CAPI.ovr_UserArray_GetNextUrl ( IntPtr  obj)
static

◆ ovr_UserArray_GetSize()

static UIntPtr Oculus.Platform.CAPI.ovr_UserArray_GetSize ( IntPtr  obj)

◆ ovr_UserArray_HasNextPage()

static bool Oculus.Platform.CAPI.ovr_UserArray_HasNextPage ( IntPtr  obj)

◆ ovr_UserDataStore_PrivateDeleteEntryByKey()

static ulong Oculus.Platform.CAPI.ovr_UserDataStore_PrivateDeleteEntryByKey ( UInt64  userID,
string  key 
)
static

◆ ovr_UserDataStore_PrivateGetEntries()

static ulong Oculus.Platform.CAPI.ovr_UserDataStore_PrivateGetEntries ( UInt64  userID)

◆ ovr_UserDataStore_PrivateGetEntryByKey()

static ulong Oculus.Platform.CAPI.ovr_UserDataStore_PrivateGetEntryByKey ( UInt64  userID,
string  key 
)
static

◆ ovr_UserDataStore_PrivateWriteEntry()

static ulong Oculus.Platform.CAPI.ovr_UserDataStore_PrivateWriteEntry ( UInt64  userID,
string  key,
string  value 
)
static

◆ ovr_UserDataStore_PublicDeleteEntryByKey()

static ulong Oculus.Platform.CAPI.ovr_UserDataStore_PublicDeleteEntryByKey ( UInt64  userID,
string  key 
)
static

◆ ovr_UserDataStore_PublicGetEntries()

static ulong Oculus.Platform.CAPI.ovr_UserDataStore_PublicGetEntries ( UInt64  userID)

◆ ovr_UserDataStore_PublicGetEntryByKey()

static ulong Oculus.Platform.CAPI.ovr_UserDataStore_PublicGetEntryByKey ( UInt64  userID,
string  key 
)
static

◆ ovr_UserDataStore_PublicWriteEntry()

static ulong Oculus.Platform.CAPI.ovr_UserDataStore_PublicWriteEntry ( UInt64  userID,
string  key,
string  value 
)
static

◆ ovr_UserDataStoreUpdateResponse_GetSuccess()

static bool Oculus.Platform.CAPI.ovr_UserDataStoreUpdateResponse_GetSuccess ( IntPtr  obj)

◆ ovr_UserOptions_AddServiceProvider()

static void Oculus.Platform.CAPI.ovr_UserOptions_AddServiceProvider ( IntPtr  handle,
ServiceProvider  value 
)

◆ ovr_UserOptions_ClearServiceProviders()

static void Oculus.Platform.CAPI.ovr_UserOptions_ClearServiceProviders ( IntPtr  handle)

◆ ovr_UserOptions_Create()

static IntPtr Oculus.Platform.CAPI.ovr_UserOptions_Create ( )

◆ ovr_UserOptions_Destroy()

static void Oculus.Platform.CAPI.ovr_UserOptions_Destroy ( IntPtr  handle)

◆ ovr_UserOptions_SetMaxUsers()

static void Oculus.Platform.CAPI.ovr_UserOptions_SetMaxUsers ( IntPtr  handle,
uint  value 
)

◆ ovr_UserOptions_SetTimeWindow()

static void Oculus.Platform.CAPI.ovr_UserOptions_SetTimeWindow ( IntPtr  handle,
TimeWindow  value 
)

◆ ovr_UserProof_GetNonce()

static string Oculus.Platform.CAPI.ovr_UserProof_GetNonce ( IntPtr  obj)
static

◆ ovr_UserReportID_GetDidCancel()

static bool Oculus.Platform.CAPI.ovr_UserReportID_GetDidCancel ( IntPtr  obj)

◆ ovr_UserReportID_GetID()

static UInt64 Oculus.Platform.CAPI.ovr_UserReportID_GetID ( IntPtr  obj)

◆ ovr_Voip_Accept()

static void Oculus.Platform.CAPI.ovr_Voip_Accept ( UInt64  userID)

◆ ovr_Voip_CreateDecoder()

static IntPtr Oculus.Platform.CAPI.ovr_Voip_CreateDecoder ( )

◆ ovr_Voip_CreateEncoder()

static IntPtr Oculus.Platform.CAPI.ovr_Voip_CreateEncoder ( )

◆ ovr_Voip_DestroyDecoder()

static void Oculus.Platform.CAPI.ovr_Voip_DestroyDecoder ( IntPtr  decoder)

◆ ovr_Voip_DestroyEncoder()

static void Oculus.Platform.CAPI.ovr_Voip_DestroyEncoder ( IntPtr  encoder)

◆ ovr_Voip_GetIsConnectionUsingDtx()

static VoipDtxState Oculus.Platform.CAPI.ovr_Voip_GetIsConnectionUsingDtx ( UInt64  peerID)

◆ ovr_Voip_GetLocalBitrate()

static VoipBitrate Oculus.Platform.CAPI.ovr_Voip_GetLocalBitrate ( UInt64  peerID)

◆ ovr_Voip_GetMicrophoneAvailability()

static ulong Oculus.Platform.CAPI.ovr_Voip_GetMicrophoneAvailability ( )

◆ ovr_Voip_GetOutputBufferMaxSize()

static UIntPtr Oculus.Platform.CAPI.ovr_Voip_GetOutputBufferMaxSize ( )

◆ ovr_Voip_GetPCM()

static UIntPtr Oculus.Platform.CAPI.ovr_Voip_GetPCM ( UInt64  senderID,
Int16 []  outputBuffer,
UIntPtr  outputBufferNumElements 
)

◆ ovr_Voip_GetPCMFloat()

static UIntPtr Oculus.Platform.CAPI.ovr_Voip_GetPCMFloat ( UInt64  senderID,
float []  outputBuffer,
UIntPtr  outputBufferNumElements 
)

◆ ovr_Voip_GetPCMSize()

static UIntPtr Oculus.Platform.CAPI.ovr_Voip_GetPCMSize ( UInt64  senderID)

◆ ovr_Voip_GetPCMWithTimestamp()

static UIntPtr Oculus.Platform.CAPI.ovr_Voip_GetPCMWithTimestamp ( UInt64  senderID,
Int16 []  outputBuffer,
UIntPtr  outputBufferNumElements,
UInt32 []  timestamp 
)

◆ ovr_Voip_GetPCMWithTimestampFloat()

static UIntPtr Oculus.Platform.CAPI.ovr_Voip_GetPCMWithTimestampFloat ( UInt64  senderID,
float []  outputBuffer,
UIntPtr  outputBufferNumElements,
UInt32 []  timestamp 
)

◆ ovr_Voip_GetRemoteBitrate()

static VoipBitrate Oculus.Platform.CAPI.ovr_Voip_GetRemoteBitrate ( UInt64  peerID)

◆ ovr_Voip_GetSyncTimestamp()

static UInt32 Oculus.Platform.CAPI.ovr_Voip_GetSyncTimestamp ( UInt64  userID)

◆ ovr_Voip_GetSyncTimestampDifference()

static long Oculus.Platform.CAPI.ovr_Voip_GetSyncTimestampDifference ( UInt32  lhs,
UInt32  rhs 
)

◆ ovr_Voip_GetSystemVoipMicrophoneMuted()

static VoipMuteState Oculus.Platform.CAPI.ovr_Voip_GetSystemVoipMicrophoneMuted ( )

◆ ovr_Voip_GetSystemVoipStatus()

static SystemVoipStatus Oculus.Platform.CAPI.ovr_Voip_GetSystemVoipStatus ( )

◆ ovr_Voip_SetMicrophoneFilterCallback()

static void Oculus.Platform.CAPI.ovr_Voip_SetMicrophoneFilterCallback ( FilterCallback  cb)

◆ ovr_Voip_SetMicrophoneFilterCallbackWithFixedSizeBuffer()

static void Oculus.Platform.CAPI.ovr_Voip_SetMicrophoneFilterCallbackWithFixedSizeBuffer ( FilterCallback  cb,
UIntPtr  bufferSizeElements 
)

◆ ovr_Voip_SetMicrophoneMuted()

static void Oculus.Platform.CAPI.ovr_Voip_SetMicrophoneMuted ( VoipMuteState  state)

◆ ovr_Voip_SetNewConnectionOptions()

static void Oculus.Platform.CAPI.ovr_Voip_SetNewConnectionOptions ( IntPtr  voipOptions)

◆ ovr_Voip_SetOutputSampleRate()

static void Oculus.Platform.CAPI.ovr_Voip_SetOutputSampleRate ( VoipSampleRate  rate)

◆ ovr_Voip_SetSystemVoipMicrophoneMuted()

static void Oculus.Platform.CAPI.ovr_Voip_SetSystemVoipMicrophoneMuted ( VoipMuteState  muted)

◆ ovr_Voip_SetSystemVoipPassthrough()

static void Oculus.Platform.CAPI.ovr_Voip_SetSystemVoipPassthrough ( bool  passthrough)

◆ ovr_Voip_SetSystemVoipSuppressed()

static ulong Oculus.Platform.CAPI.ovr_Voip_SetSystemVoipSuppressed ( bool  suppressed)

◆ ovr_Voip_Start()

static void Oculus.Platform.CAPI.ovr_Voip_Start ( UInt64  userID)

◆ ovr_Voip_Stop()

static void Oculus.Platform.CAPI.ovr_Voip_Stop ( UInt64  userID)

◆ ovr_VoipDecoder_Decode() [1/2]

static void Oculus.Platform.CAPI.ovr_VoipDecoder_Decode ( IntPtr  obj,
byte []  compressedData,
ulong  compressedSize 
)

◆ ovr_VoipDecoder_Decode() [2/2]

static void Oculus.Platform.CAPI.ovr_VoipDecoder_Decode ( IntPtr  obj,
byte []  compressedData,
UIntPtr  compressedSize 
)

◆ ovr_VoipDecoder_GetDecodedPCM()

static UIntPtr Oculus.Platform.CAPI.ovr_VoipDecoder_GetDecodedPCM ( IntPtr  obj,
float []  outputBuffer,
UIntPtr  outputBufferSize 
)

◆ ovr_VoipEncoder_AddPCM()

static void Oculus.Platform.CAPI.ovr_VoipEncoder_AddPCM ( IntPtr  obj,
float []  inputData,
uint  inputSize 
)

◆ ovr_VoipEncoder_GetCompressedData()

static UIntPtr Oculus.Platform.CAPI.ovr_VoipEncoder_GetCompressedData ( IntPtr  obj,
byte []  outputBuffer,
UIntPtr  intputSize 
)

◆ ovr_VoipEncoder_GetCompressedDataSize()

static UIntPtr Oculus.Platform.CAPI.ovr_VoipEncoder_GetCompressedDataSize ( IntPtr  obj)

◆ ovr_VoipOptions_Create()

static IntPtr Oculus.Platform.CAPI.ovr_VoipOptions_Create ( )

◆ ovr_VoipOptions_Destroy()

static void Oculus.Platform.CAPI.ovr_VoipOptions_Destroy ( IntPtr  handle)

◆ ovr_VoipOptions_SetBitrateForNewConnections()

static void Oculus.Platform.CAPI.ovr_VoipOptions_SetBitrateForNewConnections ( IntPtr  handle,
VoipBitrate  value 
)

◆ ovr_VoipOptions_SetCreateNewConnectionUseDtx()

static void Oculus.Platform.CAPI.ovr_VoipOptions_SetCreateNewConnectionUseDtx ( IntPtr  handle,
VoipDtxState  value 
)

◆ StringFromNative()

static string Oculus.Platform.CAPI.StringFromNative ( IntPtr  pointer)
static

◆ StringToNative()

static IntPtr Oculus.Platform.CAPI.StringToNative ( string  s)
static

Member Data Documentation

◆ DLL_NAME

const string Oculus.Platform.CAPI.DLL_NAME = "ovrplatformloader"

◆ VoipFilterBufferSize

const int Oculus.Platform.CAPI.VoipFilterBufferSize = 480

The documentation for this class was generated from the following file: