Inherits from NSObject
Declared in PTQOSProvider.h
PTQoSProvider.h

Overview

PTQoSProvider holds the essential qos metrics for both playback and device.

Tasks

playbackInformation

  •   playbackInformation

    Returns the QOS information related to the playback. This property is not observable.

    property

deviceInformation

  •   deviceInformation

    Returns the QOS information related to the device. This property is not observable.

    property

initWithPlayer

Properties

deviceInformation

Returns the QOS information related to the device. This property is not observable.

@property (nonatomic, readonly) PTDeviceInformation *deviceInformation

Discussion

Returns the QOS information related to the device. This property is not observable.

Declared In

PTQoSProvider.h

playbackInformation

Returns the QOS information related to the playback. This property is not observable.

@property (nonatomic, readonly) PTPlaybackInformation *playbackInformation

Discussion

Returns the QOS information related to the playback. This property is not observable.

Declared In

PTQoSProvider.h

Instance Methods

initWithPlayer:

Use this initializer to create a PTQoSProvider linked the provided player.

- (id)initWithPlayer:(PTMediaPlayer *)player

Discussion

Use this initializer to create a PTQoSProvider linked the provided player.

Declared In

PTQoSProvider.h