PTQoSProvider Class Reference
Inherits from | NSObject |
Declared in | PTQOSProvider.h PTQoSProvider.h |
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
-
– 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 *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