Class AVContentKeyResponse

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class AVContentKeyResponse
    extends NSObject
    Since:
    Available in iOS 10.3 and later.
    • Constructor Detail

      • AVContentKeyResponse

        public AVContentKeyResponse()
      • AVContentKeyResponse

        protected AVContentKeyResponse​(NSObject.Handle h,
                                       long handle)
      • AVContentKeyResponse

        protected AVContentKeyResponse​(NSObject.SkipInit skipInit)
      • AVContentKeyResponse

        public AVContentKeyResponse​(NSData keyResponseData)
      • AVContentKeyResponse

        public AVContentKeyResponse​(NSData keyData,
                                    NSData initializationVector)
        Since:
        Available in iOS 11.0 and later.
    • Method Detail

      • create

        protected static long create​(NSData keyResponseData)
      • create

        protected static long create​(NSData keyData,
                                     NSData initializationVector)
        Since:
        Available in iOS 11.0 and later.