Package org.robovm.apple.avfoundation
Interface AVContentKeyRecipient
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
AVFragmentedAsset,AVURLAsset
public interface AVContentKeyRecipient extends NSObjectProtocol
- Since:
- Available in iOS 10.3 and later.
-
Method Summary
Modifier and Type Method Description voiddidProvideContentKey(AVContentKeySession contentKeySession, AVContentKey contentKey)booleanmayRequireContentKeysForMediaDataProcessing()
-
Method Details
-
mayRequireContentKeysForMediaDataProcessing
boolean mayRequireContentKeysForMediaDataProcessing() -
didProvideContentKey
- Since:
- Available in iOS 14.5 and later.
-