Bagikan melalui


IAVContentKeySessionDelegate Antarmuka

Definisi

Antarmuka yang mewakili metode yang diperlukan (jika ada) dari protokol AVContentKeySessionDelegate.

[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
Turunan
Atribut
Penerapan

Keterangan

Antarmuka ini berisi metode yang diperlukan (jika ada) dari protokol yang ditentukan oleh AVContentKeySessionDelegate.

Jika pengembang membuat kelas yang mengimplementasikan antarmuka ini, metode implementasi akan secara otomatis diekspor ke Objective-C dengan tanda tangan yang cocok dari metode yang ditentukan dalam AVContentKeySessionDelegate protokol.

Metode opsional (jika ada) disediakan oleh AVContentKeySessionDelegate_Extensions kelas sebagai metode ekstensi ke antarmuka, memungkinkan pengembang untuk memanggil metode opsional apa pun pada protokol.

Properti

Handle

Tangani (penunjuk) ke representasi objek yang tidak dikelola.

(Diperoleh dari INativeObject)

Metode

DidProvideContentKeyRequest(AVContentKeySession, AVContentKeyRequest)

Antarmuka yang mewakili metode yang diperlukan (jika ada) dari protokol AVContentKeySessionDelegate.

Metode Ekstensi

DidChange(IAVContentKeySessionDelegate, AVContentKeySession)

Antarmuka yang mewakili metode yang diperlukan (jika ada) dari protokol AVContentKeySessionDelegate.

DidFail(IAVContentKeySessionDelegate, AVContentKeySession, AVContentKeyRequest, NSError)

Antarmuka yang mewakili metode yang diperlukan (jika ada) dari protokol AVContentKeySessionDelegate.

DidGenerateExpiredSessionReport(IAVContentKeySessionDelegate, AVContentKeySession)

Antarmuka yang mewakili metode yang diperlukan (jika ada) dari protokol AVContentKeySessionDelegate.

DidProvidePersistableContentKeyRequest(IAVContentKeySessionDelegate, AVContentKeySession, AVPersistableContentKeyRequest)

Antarmuka yang mewakili metode yang diperlukan (jika ada) dari protokol AVContentKeySessionDelegate.

DidProvideRenewingContentKeyRequest(IAVContentKeySessionDelegate, AVContentKeySession, AVContentKeyRequest)

Antarmuka yang mewakili metode yang diperlukan (jika ada) dari protokol AVContentKeySessionDelegate.

DidSucceed(IAVContentKeySessionDelegate, AVContentKeySession, AVContentKeyRequest)

Antarmuka yang mewakili metode yang diperlukan (jika ada) dari protokol AVContentKeySessionDelegate.

DidUpdate(IAVContentKeySessionDelegate, AVContentKeySession, NSData, NSObject)

Pengembang dapat mengambil alih metode ini untuk menangani permintaan persistableContentKey pembaruan yang dibuat dengan yang ditentukan keyIdentifier.

ShouldRetryContentKeyRequest(IAVContentKeySessionDelegate, AVContentKeySession, AVContentKeyRequest, String)

Antarmuka yang mewakili metode yang diperlukan (jika ada) dari protokol AVContentKeySessionDelegate.

Berlaku untuk