IPHLivePhotoFrame 接口

定义

定义系统生成的实时照片帧的接口。

[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
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)
Image

获取将处理的图像。

RenderScale

获取 与实时照片相比的 IPHLivePhotoFrame 相对比例。

Time

获取图像出现时从实时照片开始的时间(以秒为单位)。

Type

获取一个值,该值指示图像是静止照片还是视频帧。

适用于