Package apple.gamekit

Class GKVoiceChatService

  • All Implemented Interfaces:
    NSObject

    public class GKVoiceChatService
    extends NSObject
    GKVoiceChatService provides voice chat capabilities depending on your networking situation.
    • Constructor Detail

      • GKVoiceChatService

        protected GKVoiceChatService​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • isVoIPAllowed

        public static boolean isVoIPAllowed()
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()
      • acceptCallIDError

        public boolean acceptCallIDError​(long callID,
                                         org.moe.natj.general.ptr.Ptr<NSError> error)
        callID is returned by didReceiveInvitationFromParticipantID call. An error may occur if there can be no viable connection made to the remote participant.
      • denyCallID

        public void denyCallID​(long callID)
        callID is returned by didReceiveInvitationFromParticipantID call.
      • inputMeterLevel

        public float inputMeterLevel()
        changes frequently as the near-end participant speaks
      • isInputMeteringEnabled

        public boolean isInputMeteringEnabled()
        default NO
      • setInputMeteringEnabled

        public void setInputMeteringEnabled​(boolean value)
        default NO
      • isMicrophoneMuted

        public boolean isMicrophoneMuted()
        default is NO
      • setMicrophoneMuted

        public void setMicrophoneMuted​(boolean value)
        default is NO
      • isOutputMeteringEnabled

        public boolean isOutputMeteringEnabled()
        default NO
      • setOutputMeteringEnabled

        public void setOutputMeteringEnabled​(boolean value)
        default NO
      • outputMeterLevel

        public float outputMeterLevel()
        changes frequently as the far-end participant speaks
      • receivedDataFromParticipantID

        public void receivedDataFromParticipantID​(NSData arbitraryData,
                                                  java.lang.String participantID)
        will be called by the client otherwise.
      • receivedRealTimeDataFromParticipantID

        public void receivedRealTimeDataFromParticipantID​(NSData audio,
                                                          java.lang.String participantID)
        will only be called by the client if the client has a pre-established peer-to-peer UDP connection. Used to receive audio.
      • remoteParticipantVolume

        public float remoteParticipantVolume()
        default 1.0 (max is 1.0, min is 0.0)
      • setClient_unsafe

        @Deprecated
        public void setClient_unsafe​(GKVoiceChatClient value)
        Deprecated.
      • setClient

        @Deprecated
        public void setClient​(GKVoiceChatClient value)
        Deprecated.
      • setRemoteParticipantVolume

        public void setRemoteParticipantVolume​(float value)
        default 1.0 (max is 1.0, min is 0.0)
      • startVoiceChatWithParticipantIDError

        public boolean startVoiceChatWithParticipantIDError​(java.lang.String participantID,
                                                            org.moe.natj.general.ptr.Ptr<NSError> error)
        May fail if you already in a chat, or if there is no peer-to-peer channel that can be made to the participant.
      • stopVoiceChatWithParticipantID

        public void stopVoiceChatWithParticipantID​(java.lang.String participantID)