AlbumContentType

@objc
public enum AlbumContentType : UInt

相册展示内容的类型

  • all

    展示所有资源

    Declaration

    Swift

    case all = 0
  • 只展示照片

    Declaration

    Swift

    case onlyPhoto
  • 只展示视频

    Declaration

    Swift

    case onlyVideo
  • 只展示音频

    Declaration

    Swift

    case onlyAudio
  • 只展示LivePhoto

    Declaration

    Swift

    case onlyLivePhoto