PTQoSProvider Class Reference
| Inherits from | NSObject |
| Declared in | PTQOSProvider.h PTQoSProvider.h |
Tasks
playbackInformation
-
playbackInformationReturns the QOS information related to the playback. This property is not observable.
property
deviceInformation
-
deviceInformationReturns the QOS information related to the device. This property is not observable.
property
initWithPlayer
-
– initWithPlayer:Use this initializer to create a PTQoSProvider linked the provided player.
Properties
deviceInformation
Returns the QOS information related to the device. This property is not observable.
@property (nonatomic, readonly) PTDeviceInformation *deviceInformationDiscussion
Returns the QOS information related to the device. This property is not observable.
Declared In
PTQoSProvider.hplaybackInformation
Returns the QOS information related to the playback. This property is not observable.
@property (nonatomic, readonly) PTPlaybackInformation *playbackInformationDiscussion
Returns the QOS information related to the playback. This property is not observable.
Declared In
PTQoSProvider.h