次の方法で共有


PHVideoRequestOptionsDeliveryMode 列挙型

定義

ビデオ データを要求するときのビデオの読み込み時間と品質のバランスを取る値を列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PHVideoRequestOptionsDeliveryMode
type PHVideoRequestOptionsDeliveryMode = 
継承
PHVideoRequestOptionsDeliveryMode
属性

フィールド

Automatic 0

写真は、要求とネットワークの条件に最も適したデータを返します。

FastFormat 3

写真は、高速で低品質のビデオ データを提供します。

HighQualityFormat 1

写真は高品質ですが、場合によっては大きなビデオ データを提供します。.

MediumQualityFormat 2

写真は、中品質の画像データを提供します。

適用対象