UZPlayerResource
public struct UZPlayerResourceUndocumented
- 
                  
                  Undocumented DeclarationSwift public let name: String
- 
                  
                  Undocumented DeclarationSwift public let cover: URL?
- 
                  
                  Undocumented DeclarationSwift public let subtitles: [URL]?
- 
                  
                  Undocumented DeclarationSwift public let definitions: [UZVideoLinkPlay]
- 
                  
                  Undocumented DeclarationSwift public var isLive: Bool
- 
                  
                  Player recource item with url, used to play single difinition video DeclarationSwift public init(name: String = "", url: URL, subtitles: [URL]? = nil, cover: URL? = nil, isLive: Bool = false)Parametersnamevideo name urlvideo url subtitlesvideo subtitles covervideo cover, will show before playing, and hide when play isLiveset trueif live video
- 
                  
                  Play resouce with multi definitions DeclarationSwift public init(name: String = "", definitions: [UZVideoLinkPlay], subtitles: [URL]? = nil, cover: URL? = nil, isLive: Bool = false)Parametersnamevideo name definitionsvideo definitions subtitlesvideo subtitles covervideo cover isLiveset trueif live video
 UZPlayerResource Structure Reference
        UZPlayerResource Structure Reference