UZPlayerResource
public struct UZPlayerResource
Undocumented
-
Undocumented
Declaration
Swift
public let name : String -
Undocumented
Declaration
Swift
public let cover : URL? -
Undocumented
Declaration
Swift
public let subtitles : [URL]? -
Undocumented
Declaration
Swift
public let definitions: [UZVideoLinkPlay] -
Player recource item with url, used to play single difinition video
Declaration
Swift
public init(name: String = "", url: URL, subtitles: [URL]? = nil, cover: URL? = nil)Parameters
namevideo name
urlvideo url
subtitlesvideo subtitles
covervideo cover, will show before playing, and hide when play
-
Play resouce with multi definitions
Declaration
Swift
public init(name: String = "", definitions: [UZVideoLinkPlay], subtitles: [URL]? = nil, cover: URL? = nil)Parameters
namevideo name
definitionsvideo definitions
subtitlesvideo subtitles
covervideo cover
UZPlayerResource Structure Reference