Class AVAudioSessionSilenceSecondaryAudioHintType


  • public final class AVAudioSessionSilenceSecondaryAudioHintType
    extends java.lang.Object
    Values for AVAudioSessionSilenceSecondaryAudioHintTypeKey in AVAudioSessionSilenceSecondaryAudioHintNotification's userInfo dictionary, to indicate whether optional secondary audio muting should begin or end.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Begin
      Another application's primary audio has started.
      static long End
      Another application's primary audio has stopped.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Begin

        public static final long Begin
        Another application's primary audio has started.
        See Also:
        Constant Field Values
      • End

        public static final long End
        Another application's primary audio has stopped.
        See Also:
        Constant Field Values