TPLTelemetryDataPlaybackQualityHighLatencyReductionApplied


@interface TPLTelemetryDataPlaybackQualityHighLatencyReductionApplied
    : TPLTelemetryDataPlaybackQuality

A data event that indicates a TPLPlayer applied a high latency reduction strategy.

  • The name of the high latency reduction technique applied. This value will be one of the following values: increase-playback-rate, seek-ahead.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly, nonnull) NSString *name;