PlaybackTime
public struct PlaybackTime
Playback time information for AudioPlayerNode
-
The current time or
nilif unknownDeclaration
Swift
public let current: TimeInterval? -
The total time or
nilif unknownDeclaration
Swift
public let total: TimeInterval? -
Returns the time remaining
Declaration
Swift
public var remaining: TimeInterval? { get }
View on GitHub
PlaybackTime Structure Reference