func pausePlayback()

in eCommerce/Views/Player/PlayerView.swift [293:295]


    func pausePlayback() {
        player?.pause()
    }