次の方法で共有


PHLivePhotoBadgeOptions 列挙型

定義

オブジェクトの再生バッジ PHLivePhotoView の外観を制御するフラグ列挙。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum PHLivePhotoBadgeOptions
type PHLivePhotoBadgeOptions = 
継承
PHLivePhotoBadgeOptions
属性

フィールド

LiveOff 2

Live Photo コンテンツが無効になっているアセットのバッジを示します。

None 0

バッジがないことを示します。

OverContent 1

アニメーションコンテンツの上に配置されるバッジを示します。

適用対象