Class ReplayKit


  • public final class ReplayKit
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String RPApplicationInfoBundleIdentifierKey()
      [@key] RPApplicationInfoBundleIdentifierKey Use this key to retrieve bundle identifier from dictionary provided by broadcastAnnotatedWithApplicationInfo
      static java.lang.String RPRecordingErrorDomain()  
      static java.lang.String RPVideoSampleOrientationKey()
      [@key] RPVideoSampleOrientationKey Use this key in conjunction with CMGetAttachment on CMSampleBufferRef to get the orientation for the sample.
      • Methods inherited from class java.lang.Object

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

      • RPRecordingErrorDomain

        public static java.lang.String RPRecordingErrorDomain()
      • RPVideoSampleOrientationKey

        public static java.lang.String RPVideoSampleOrientationKey()
        [@key] RPVideoSampleOrientationKey Use this key in conjunction with CMGetAttachment on CMSampleBufferRef to get the orientation for the sample. The orientation will follow the enum CGImagePropertyOrientation
      • RPApplicationInfoBundleIdentifierKey

        public static java.lang.String RPApplicationInfoBundleIdentifierKey()
        [@key] RPApplicationInfoBundleIdentifierKey Use this key to retrieve bundle identifier from dictionary provided by broadcastAnnotatedWithApplicationInfo