-
Creates a new DASHSource from the given URL.
Declaration
Objective-C
- (nonnull instancetype)initWithUrl:(nonnull NSURL *)url;Swift
init(url: NSURL)Parameters
urlThe URL to use for the DASH source.
Return Value
A DASH media source initialized with the given URL.
View on GitHub
BMPDASHSource Class Reference