TPLTelemetryDataPlayback
@interface TPLTelemetryDataPlayback : TPLTelemetryData
TPLTelemetryData events pertaining to media playback.
-
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
PlayerStateat the time the event was reported.Declaration
Objective-C
@property (nonatomic, readonly) TPLPlayerState playerState;
View on GitHub
TPLTelemetryDataPlayback Class Reference