Class HMCameraAudioStreamSetting


  • public final class HMCameraAudioStreamSetting
    extends java.lang.Object
    This enumeration describes the setting for audio on the recipient of the camera stream.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Muted

        public static final long Muted
        Muted for incoming and outgoing audio.
        See Also:
        Constant Field Values
      • IncomingAudioAllowed

        public static final long IncomingAudioAllowed
        Only incoming audio is allowed.
        See Also:
        Constant Field Values
      • BidirectionalAudioAllowed

        public static final long BidirectionalAudioAllowed
        Bidirectional audio is allowed.
        See Also:
        Constant Field Values