JWAccessLogMetadata
@objcMembers
public class JWAccessLogMetadata : NSObject
Access log metadata. Fires when a new access log entry has been added for the JWPlayerItem.
-
The empirical throughput across all media downloaded. Measured in bits per second.
Note
Value isJWAccessLogMetadataUnknownBitrate
if unknown.Declaration
Swift
public let observedBitrate: Double
-
The throughput required to play the stream, as advertised by the server.
Note
Value isJWAccessLogMetadataUnknownBitrate
if unknown.Declaration
Swift
public let indicatedBitrate: Double
-
The total number of dropped video frames.
Note
Value isJWAccessLogMetadataUnknownDroppedFrames
if unknown.Declaration
Swift
public let droppedFrames: Int