Inherits from PTAdAsset : NSObject
Declared in PTAdHLSAsset.h

Overview

The PTAdHLSAsset instance represents an HLS asset for a break.

Tasks

Properties

  •   streams

    Collection of different bitrate streams in the HLS playlist.

    property
  •   hlsVersion

    Readonly value of HLS version of the current variant playlist.

    property
  •   targetDuration

    Readonly value of Target Duration of the current variant playlist.

    property
  •   hasAudioOnlyStream

    Boolean indicating if there is a stream with audio only content available. By default the value is NO.

    property

Properties

hasAudioOnlyStream

Boolean indicating if there is a stream with audio only content available. By default the value is NO.

@property (nonatomic, readonly) BOOL hasAudioOnlyStream

Discussion

Boolean indicating if there is a stream with audio only content available. By default the value is NO.

Declared In

PTAdHLSAsset.h

hlsVersion

Readonly value of HLS version of the current variant playlist.

@property (nonatomic, readonly) int hlsVersion

Discussion

Readonly value of HLS version of the current variant playlist.

Declared In

PTAdHLSAsset.h

streams

Collection of different bitrate streams in the HLS playlist.

@property (nonatomic, retain) NSArray *streams

Discussion

Collection of different bitrate streams in the HLS playlist.

Declared In

PTAdHLSAsset.h

targetDuration

Readonly value of Target Duration of the current variant playlist.

@property (nonatomic, readonly) int targetDuration

Discussion

Readonly value of Target Duration of the current variant playlist.

Declared In

PTAdHLSAsset.h