ADPhotoKit Documentation

Enumeration ADVideo​Source

public enum ADVideoSource  

Video asset support browser.

Enumeration Cases

network

case network(URL) 

The target should be got from network remotely.

album

case album(PHAsset) 

The target should be got from system album.

local

case local(URL) 

The target should be provided with local video path.

Properties

identifier

public var identifier: String