T
Size: a a a
T
IR
T
E
T
РЛ
E
T
РЛ
T
E
if let currentItem = player.currentItem {
let currentTimeSeconds = CMTimeGetSeconds(currentItem.currentTime())
let durationTimeSeconds = CMTimeGetSeconds(currentItem.duration)
timeSlider.value = Float(currentTimeSeconds / durationTimeSeconds)
}
E
IR
EA
РЛ
T
if let currentItem = player.currentItem {
let currentTimeSeconds = CMTimeGetSeconds(currentItem.currentTime())
let durationTimeSeconds = CMTimeGetSeconds(currentItem.duration)
timeSlider.value = Float(currentTimeSeconds / durationTimeSeconds)
}
RK
RK
S