Package apple.photos.enums
Class PHVideoRequestOptionsDeliveryMode
- java.lang.Object
-
- apple.photos.enums.PHVideoRequestOptionsDeliveryMode
-
public final class PHVideoRequestOptionsDeliveryMode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAutomaticlet us pick the quality (typ.static longFastFormatfastest available (typ. 360p MP4), currently only supported for AVPlayerItem or AVAsset when streaming from iCloud (will systematically default to PHVideoRequestOptionsDeliveryModeHighQualityFormat if locally available)static longHighQualityFormatbest qualitystatic longMediumQualityFormatmedium quality (typ. 720p), currently only supported for AVPlayerItem or AVAsset when streaming from iCloud (will systematically default to PHVideoRequestOptionsDeliveryModeHighQualityFormat if locally available)
-
-
-
Field Detail
-
Automatic
public static final long Automatic
let us pick the quality (typ. PHVideoRequestOptionsDeliveryModeMediumQualityFormat for streamed AVPlayerItem or AVAsset, or PHVideoRequestOptionsDeliveryModeHighQualityFormat for AVAssetExportSession)- See Also:
- Constant Field Values
-
HighQualityFormat
public static final long HighQualityFormat
best quality- See Also:
- Constant Field Values
-
MediumQualityFormat
public static final long MediumQualityFormat
medium quality (typ. 720p), currently only supported for AVPlayerItem or AVAsset when streaming from iCloud (will systematically default to PHVideoRequestOptionsDeliveryModeHighQualityFormat if locally available)- See Also:
- Constant Field Values
-
FastFormat
public static final long FastFormat
fastest available (typ. 360p MP4), currently only supported for AVPlayerItem or AVAsset when streaming from iCloud (will systematically default to PHVideoRequestOptionsDeliveryModeHighQualityFormat if locally available)- See Also:
- Constant Field Values
-
-