TPLTelemetryDataPlayback


@interface TPLTelemetryDataPlayback : TPLTelemetryData

TPLTelemetryData events pertaining to media playback.

  • 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 PlayerState at the time the event was reported.

    Declaration

    Objective-C

    @property (nonatomic, readonly) TPLPlayerState playerState;