PHLivePhotoViewPlaybackStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates how live photo playback will occur in a PHLivePhotoView.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PHLivePhotoViewPlaybackStyle
type PHLivePhotoViewPlaybackStyle =
- Inheritance
-
PHLivePhotoViewPlaybackStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
Undefined | 0 | This is an invalid value. Do not use. |
Full | 1 | Indicates that the full Live Photo, with sound, will be played. |
Hint | 2 | Indicates that a short teaser, without sound, will be played. |