ADBMediaHeartbeatDelegate Protocol Reference
Conforms to | NSObject |
Declared in | ADBMediaHeartbeat.h |
Instance Methods
getCurrentPlaybackTime
Current playhead in seconds. For video-on-demand (VOD), the value is specified in seconds from the beginning of the media item. For live streaming, the value is specified as the number of seconds since midnight UTC on that day.
- (NSTimeInterval)getCurrentPlaybackTime
Discussion
Current playhead in seconds. For video-on-demand (VOD), the value is specified in seconds from the beginning of the media item. For live streaming, the value is specified as the number of seconds since midnight UTC on that day.
Declared In
ADBMediaHeartbeat.h
getQoSObject
Returns the ADBMediaObject instance containing current QoS information. This method can be called multiple times during a playback session. Player implementation must always return the most recently available QoS data.
- (nonnull ADBMediaObject *)getQoSObject
Discussion
Returns the ADBMediaObject instance containing current QoS information. This method can be called multiple times during a playback session. Player implementation must always return the most recently available QoS data.
Declared In
ADBMediaHeartbeat.h