Freigeben über


IAVContentKeySessionDelegate Schnittstelle

Definition

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVContentKeySessionDelegatedarstellt.

[Foundation.Protocol(Name="AVContentKeySessionDelegate", WrapperType=typeof(AVFoundation.AVContentKeySessionDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 4, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IAVContentKeySessionDelegate : IDisposable, ObjCRuntime.INativeObject
type IAVContentKeySessionDelegate = interface
    interface INativeObject
    interface IDisposable
Abgeleitet
Attribute
Implementiert

Hinweise

Diese Schnittstelle enthält die erforderlichen Methoden (falls vorhanden) aus dem durch definierten AVContentKeySessionDelegateProtokoll.

Wenn Entwickler Klassen erstellen, die diese Schnittstelle implementieren, werden die Implementierungsmethoden automatisch mit der übereinstimmenden Signatur der im AVContentKeySessionDelegate Protokoll definierten Methode nach Objective-C exportiert.

Optionale Methoden (falls vorhanden) werden von der AVContentKeySessionDelegate_Extensions -Klasse als Erweiterungsmethoden für die Schnittstelle bereitgestellt, sodass Entwickler alle optionalen Methoden für das Protokoll aufrufen können.

Eigenschaften

Handle

Handle (Zeiger) auf die Darstellung des nicht verwalteten Objekts.

(Geerbt von INativeObject)

Methoden

DidProvideContentKeyRequest(AVContentKeySession, AVContentKeyRequest)

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVContentKeySessionDelegatedarstellt.

Erweiterungsmethoden

DidChange(IAVContentKeySessionDelegate, AVContentKeySession)

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVContentKeySessionDelegatedarstellt.

DidFail(IAVContentKeySessionDelegate, AVContentKeySession, AVContentKeyRequest, NSError)

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVContentKeySessionDelegatedarstellt.

DidGenerateExpiredSessionReport(IAVContentKeySessionDelegate, AVContentKeySession)

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVContentKeySessionDelegatedarstellt.

DidProvidePersistableContentKeyRequest(IAVContentKeySessionDelegate, AVContentKeySession, AVPersistableContentKeyRequest)

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVContentKeySessionDelegatedarstellt.

DidProvideRenewingContentKeyRequest(IAVContentKeySessionDelegate, AVContentKeySession, AVContentKeyRequest)

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVContentKeySessionDelegatedarstellt.

DidSucceed(IAVContentKeySessionDelegate, AVContentKeySession, AVContentKeyRequest)

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVContentKeySessionDelegatedarstellt.

DidUpdate(IAVContentKeySessionDelegate, AVContentKeySession, NSData, NSObject)

Entwickler können diese Methode überschreiben, um eine Anforderung für eine Aktualisierung persistableContentKey zu behandeln, die mit dem angegebenen keyIdentifierausgeführt wurde.

ShouldRetryContentKeyRequest(IAVContentKeySessionDelegate, AVContentKeySession, AVContentKeyRequest, String)

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVContentKeySessionDelegatedarstellt.

Gilt für: