Compartir a través de


IPHLivePhotoFrame Interfaz

Definición

Define la interfaz de los fotogramas live Photo generados por el sistema.

[Foundation.Protocol(Name="PHLivePhotoFrame", WrapperType=typeof(Photos.PHLivePhotoFrameWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface IPHLivePhotoFrame : IDisposable, ObjCRuntime.INativeObject
type IPHLivePhotoFrame = interface
    interface INativeObject
    interface IDisposable
Atributos
Implementaciones

Propiedades

Handle

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

(Heredado de INativeObject)
Image

Obtiene la imagen que se procesará.

RenderScale

Obtiene la escala relativa de IPHLivePhotoFrame en comparación con live photo.

Time

Obtiene el tiempo, en segundos desde el principio de live Photo, cuando aparece la imagen.

Type

Obtiene un valor que indica si la imagen es una foto fija o un fotograma de vídeo.

Se aplica a