次の方法で共有


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

画像が静止写真かビデオ フレームかを示す値を取得します。

適用対象