IAVCaptureDataOutputSynchronizerDelegate Interfaz

Definición

Precaución

This API is not available on this platform.

Delegado para capturar datos de AV sincronizados.

[Foundation.Protocol(Name="AVCaptureDataOutputSynchronizerDelegate", WrapperType=typeof(AVFoundation.AVCaptureDataOutputSynchronizerDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IAVCaptureDataOutputSynchronizerDelegate : IDisposable, ObjCRuntime.INativeObject
[System.Obsolete("This API is not available on this platform.")]
public interface IAVCaptureDataOutputSynchronizerDelegate : IDisposable, ObjCRuntime.INativeObject
type IAVCaptureDataOutputSynchronizerDelegate = interface
    interface INativeObject
    interface IDisposable
Derivado
Atributos
Implementaciones

Propiedades

Handle
Obsoletos.

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

(Heredado de INativeObject)

Métodos

DidOutputSynchronizedDataCollection(AVCaptureDataOutputSynchronizer, AVCaptureSynchronizedDataCollection)
Obsoletos.

Los desarrolladores implementan este método para responder cuando llegan colecciones de datos de captura sincronizados.

Se aplica a