TPLTelemetryDataPlaybackQuality


@interface TPLTelemetryDataPlaybackQuality : TPLTelemetryData

TPLTelemetryData events pertaining to media playback quality.

  • The TPLPlayer position at the time the event was reported.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CMTime playerPosition;
  • Declaration

    Objective-C

    @property (nonatomic, readonly, nonnull) NSString *playerStreamerSid;
  • The TPLPlayer volume at the time the event was reported.

    Declaration

    Objective-C

    @property (nonatomic, readonly) float playerVolume;
  • The TPLPlayer live latency at the time the event was reported.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CMTime playerLiveLatency;