TPLTelemetryDataPlaybackQuality
@interface TPLTelemetryDataPlaybackQuality : TPLTelemetryData
TPLTelemetryData events pertaining to media playback quality.
-
The
TPLPlayerposition at the time the event was reported.Declaration
Objective-C
@property (nonatomic, readonly) CMTime playerPosition; -
A PlayerStreamer SID.
Declaration
Objective-C
@property (nonatomic, readonly, nonnull) NSString *playerStreamerSid; -
The
TPLPlayervolume at the time the event was reported.Declaration
Objective-C
@property (nonatomic, readonly) float playerVolume; -
The
TPLPlayerlive latency at the time the event was reported.Declaration
Objective-C
@property (nonatomic, readonly) CMTime playerLiveLatency;
View on GitHub
TPLTelemetryDataPlaybackQuality Class Reference