Skip to content

ADVideoSource

duzexu edited this page Jun 2, 2021 · 2 revisions

ADVideoSource

Video asset support browser.

public enum ADVideoSource 

Enumeration Cases

network

The target should be got from network remotely.

case network(URL)

album

The target should be got from system album.

case album(PHAsset)

local

The target should be provided with local video path.

case local(URL)

Properties

identifier

public var identifier: String 
Types
Protocols
Global Typealiases
Operators
Extensions

Clone this wiki locally