func pausePlayback()

in ScrollingFeed/Controllers/StreamViewController.swift [227:229]


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