JWVideoSource
@objcMembers
public class JWVideoSource : NSObject
Defines a video source which represents a visual quality level of the video.
-
The URL of the video source.
Declaration
Swift
public internal(set) var file: URL! { get }
-
A label which represents the visual quality level of the video source.
Declaration
Swift
public internal(set) var label: String! { get }
-
Determines whether the video source is the default. The default value is
false
.Declaration
Swift
public internal(set) var defaultVideo: Bool { get }
-
Overridden to provide more accurate value comparisons.
Declaration
Swift
public override func isEqual(_ object: Any?) -> Bool