BCOVAdSequence Class Reference

Inherits from NSObject
Declared in BCOVAdvertising.h

Overview

This object represents a sequence of ads intended to be viewed in sequence, at the same point in the video.

  beginTime

The begin time of the sequence.

@property (nonatomic, readonly) CMTime beginTime

Discussion

The begin time of the sequence.

Declared In

BCOVAdvertising.h

  duration

The duration of the sequence.

@property (nonatomic, readonly) CMTime duration

Discussion

The duration of the sequence.

Declared In

BCOVAdvertising.h

  ads

The ads that make up the sequence.

@property (nonatomic, readonly, copy) NSArray *ads

Discussion

The ads that make up the sequence.

Declared In

BCOVAdvertising.h

  properties

The properties of the sequence.

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

Discussion

The properties of the sequence.

Declared In

BCOVAdvertising.h

– initWithAds:properties:

This is the designated initializer. It creates an ad sequence.

- (instancetype)initWithAds:(NSArray *)ads properties:(NSDictionary *)properties

Parameters

ads

The ads that make up the sequence.

properties

The properties of the ad sequence.

Return Value

An initialized ad sequence.

Discussion

This is the designated initializer. It creates an ad sequence.

Declared In

BCOVAdvertising.h

– isEqualToAdSequence:

Returns YES if adSequence is equivalent to this instance.

- (BOOL)isEqualToAdSequence:(BCOVAdSequence *)adSequence

Parameters

adSequence

The ad sequence to test for equivalence with this instance.

Return Value

Whether adSequence is equivalent to this instance.

Discussion

Returns YES if adSequence is equivalent to this instance.

Declared In

BCOVAdvertising.h