ios - PhotoKit frameWork : What is assetSource of PHAsset? -
when print description of phasset , includes assetsource=3 or assetsource=0. may know assetsource mean? numbers 3,0 related to? per observation particular phasset assetsource=3 alassetslibrary defaultrepresentation url includes ext=mov , phasset assetsource = 0 alassetslibrary defaultrepresentation url includes ext=mov. assets-library url ext , assetsource related? request clarify questions.
i have gone through following link phasset: 'assetsource'?. dint not clarification.
maybe related upcoming phassetsourcetype in ios9.
struct phassetsourcetype : optionsettype { init(rawvalue rawvalue: uint) static var typenone: phassetsourcetype { } static var typeuserlibrary: phassetsourcetype { } static var typecloudshared: phassetsourcetype { } static var typeitunessynced: phassetsourcetype { } }
Comments
Post a Comment