AVContentKeySession
AVContentKeySession(IntPtr)
AVContentKeySession(NativeHandle)
AVContentKeySession(NSObjectFlag)
ClassHandle
ContentProtectionSessionIdentifier
Delegate
DelegateQueue
KeySystem
KeySystemConstant
StorageUrl
Create(String)
Create(AVContentKeySystem, NSUrl)
Create(NSString, NSUrl)
Dispose(Boolean)
Expire()
GetPendingExpiredSessionReports(NSData, NSUrl)
InvalidateAllPersistableContentKeys(NSData, AVContentKeySessionServerPlaybackContextOptions, Action<NSData, NSError>)
InvalidateAllPersistableContentKeys(NSData, NSDictionary, Action<NSData, NSError>)
InvalidateAllPersistableContentKeysAsync(NSData, AVContentKeySessionServerPlaybackContextOptions)
InvalidateAllPersistableContentKeysAsync(NSData, NSDictionary)
InvalidatePersistableContentKey(NSData, AVContentKeySessionServerPlaybackContextOptions, Action<NSData, NSError>)
InvalidatePersistableContentKey(NSData, NSDictionary, Action<NSData, NSError>)
InvalidatePersistableContentKeyAsync(NSData, AVContentKeySessionServerPlaybackContextOptions)
InvalidatePersistableContentKeyAsync(NSData, NSDictionary)
MakeSecureToken(NSData, Action<NSData, NSError>)
MakeSecureTokenAsync(NSData)
ProcessContentKeyRequest(NSObject, NSData, NSDictionary<NSString, NSObject>)
RemovePendingExpiredSessionReports(NSDictionary[], NSData, NSUrl)
RenewExpiringResponseData(AVContentKeyRequest)
SetDelegate(IAVContentKeySessionDelegate, DispatchQueue)
Add(AVContentKeySession, IAVContentKeyRecipient)
GetContentKeyRecipients(AVContentKeySession)
Remove(AVContentKeySession, IAVContentKeyRecipient)
xamarinios
namespace AVFoundation
{
[Introduced(PlatformName.TvOS, 10, 2, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 10, 3, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 12, 4, PlatformArchitecture.All, null)]
[Register("AVContentKeySession", true)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public class AVContentKeySession : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("removePendingExpiredSessionReports:withAppIdentifier:storageDirectoryAtURL:")]
public static void RemovePendingExpiredSessionReports(NSDictionary![]! expiredSessionReports, NSData! appIdentifier, NSUrl! storageUrl);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API