BCOVSource Class Reference

Inherits from NSObject
Conforms to BCOVSource
NSCopying
Declared in BCOVSource.h

Overview

Implementation of the BCOVSource protocol.

– initWithURL:

Constructs a new source with the specified URL.

- (instancetype)initWithURL:(NSURL *)url

Parameters

url

The URL at which the new source’s media can be accessed.

Return Value

A new source with the specified URL.

Discussion

Constructs a new source with the specified URL.

Declared In

BCOVSource.h

– initWithURL:deliveryMethod:properties:

Constructs a new source with the specified URL, delivery method, and properties.

- (instancetype)initWithURL:(NSURL *)url deliveryMethod:(NSString *)deliveryMethod properties:(NSDictionary *)properties

Parameters

url

The URL at which the new source’s media can be accessed.

deliveryMethod

The delivery method of the new source.

properties

The metadata or properties related to the new source.

Return Value

A new source with the specified URL, delivery method, and properties.

Discussion

Constructs a new source with the specified URL, delivery method, and properties.

Declared In

BCOVSource.h

– isEqualToSource:

Returns YES if source is equivalent to this instance.

- (BOOL)isEqualToSource:(BCOVSource *)source

Parameters

source

The source to test for equivalence with this instance.

Return Value

Whether source is equivalent to this instance.

Discussion

Returns YES if source is equivalent to this instance.

Declared In

BCOVSource.h