IAVCaptureDataOutputSynchronizerDelegate Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |