IMPPlayableContentDelegate Interfaz

Definición

Interfaz que representa los métodos necesarios (si los hay) del protocolo MPPlayableContentDelegate.

[Foundation.Protocol(Name="MPPlayableContentDelegate", WrapperType=typeof(MediaPlayer.MPPlayableContentDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 1, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IMPPlayableContentDelegate : IDisposable, ObjCRuntime.INativeObject
type IMPPlayableContentDelegate = interface
    interface INativeObject
    interface IDisposable
Derivado
Atributos
Implementaciones

Comentarios

Esta interfaz contiene los métodos necesarios (si los hay) del protocolo definido por MPPlayableContentDelegate.

Si los desarrolladores crean clases que implementan esta interfaz, los métodos de implementación se exportarán automáticamente a Objective-C con la firma coincidente del método definido en el MPPlayableContentDelegate protocolo.

La clase proporciona MPPlayableContentDelegate_Extensions métodos opcionales (si los hay) como métodos de extensión a la interfaz, lo que permite a los desarrolladores invocar cualquier método opcional en el protocolo.

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos de extensión

ContextUpdated(IMPPlayableContentDelegate, MPPlayableContentManager, MPPlayableContentManagerContext)

Método al que se llama después de que cambie el contexto.

InitializePlaybackQueue(IMPPlayableContentDelegate, MPPlayableContentManager, MPContentItem[], Action<NSError>)

Interfaz que representa los métodos necesarios (si los hay) del protocolo MPPlayableContentDelegate.

InitializePlaybackQueue(IMPPlayableContentDelegate, MPPlayableContentManager, Action<NSError>)

Los desarrolladores no deben usar este método en desuso. Los desarrolladores deben usar "InitializePlaybackQueue (MPPlayableContentManager, MPContentItem[], Action<NSError>)" en su lugar.

InitiatePlaybackOfContentItem(IMPPlayableContentDelegate, MPPlayableContentManager, NSIndexPath, Action<NSError>)

Método al que se llama para solicitar la reproducción de elementos.

PlayableContentManager(IMPPlayableContentDelegate, MPPlayableContentManager, NSIndexPath, Action<NSError>)
Obsoletos.

Interfaz que representa los métodos necesarios (si los hay) del protocolo MPPlayableContentDelegate.

Se aplica a