Package apple.replaykit.c
Class ReplayKit
- java.lang.Object
-
- apple.replaykit.c.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.StringRPApplicationInfoBundleIdentifierKey()[@key] RPApplicationInfoBundleIdentifierKey Use this key to retrieve bundle identifier from dictionary provided by broadcastAnnotatedWithApplicationInfostatic java.lang.StringRPRecordingErrorDomain()static java.lang.StringRPVideoSampleOrientationKey()[@key] RPVideoSampleOrientationKey Use this key in conjunction with CMGetAttachment on CMSampleBufferRef to get the orientation for the sample.
-
-
-
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
-
-