VolumeChangeEvent
@objc(THEOplayerVolumeChangeEvent)
public class VolumeChangeEvent : CurrentTimeEventFired when PlayerEventTypes.VOLUME_CHANGE occurs for the THEOplayer.
- 
                  
                  The new value, between 0 and 1, of the player’s volume. DeclarationSwift @objc public private(set) var volume: Float { get }
- 
                  
                  The new value, between 0 and 1, of the device’s volume. DeclarationSwift @objc public let deviceVolume: Float
