AlbumContentType
public enum AlbumContentType : UInt, Sendable
相册展示内容的类型
-
展示所有资源
Declaration
Swift
case all = 0 -
只展示照片
Declaration
Swift
case onlyPhoto -
只展示视频
Declaration
Swift
case onlyVideo -
只展示音频
Declaration
Swift
case onlyAudio -
只展示LivePhoto
Declaration
Swift
case onlyLivePhoto
View on GitHub