VolumeChangeEvent

public class VolumeChangeEvent : CurrentTimeEvent

Fired when PlayerEventTypes.VOLUME_CHANGE occurs for the THEOplayer.

  • The new value, between 0 and 1, of the player’s volume.

    Declaration

    Swift

    public let volume: Float
  • The new value, between 0 and 1, of the device’s volume.

    Declaration

    Swift

    public let deviceVolume: Float