Skip to main content

video-playback-control-view.content-properties

videoDuration

A video duration in seconds.

public var videoDuration: TimeInterval

videoState

A video playback state.

public var videoState: VideoState

playingProgress

A video playback progress in [0...1] range

public var playingProgress: Double

currentTime

A current location in video.

public var currentTime: TimeInterval 

initial

public static var initial: Self

Did you find this page helpful?