BCOVMutableSource Protocol Reference

Conforms to BCOVSource
Declared in BCOVSource.h

Overview

Sub-protocol of BCOVSource, used only in its -update method.

  url required method

The URL at which this source instance’s media is accessible.

@property (nonatomic, readwrite, copy) NSURL *url

Discussion

The URL at which this source instance’s media is accessible.

Declared In

BCOVSource.h

  deliveryMethod required method

The delivery method describing this source in relation to other sources in the same video.

@property (nonatomic, readwrite, copy) NSString *deliveryMethod

Discussion

The delivery method describing this source in relation to other sources in the same video.

Declared In

BCOVSource.h

  properties required method

The metadata or properties related to this source instance.

@property (nonatomic, readwrite, copy) NSDictionary *properties

Discussion

The metadata or properties related to this source instance.

Declared In

BCOVSource.h