INNER CODE UNIT · JavaScript

loadVideo

PierfrancescoSoffritti/android-youtube-player · chromecast-receiver/js/YouTubePlayer.js:109

    function loadVideo(videoId, startSeconds) {
        lastVideoId = videoId

        player.loadVideoById(videoId, startSeconds)
        YouTubePlayerBridge.sendVideoId(videoId)
    }

    function cueVideo(videoId, startSeconds) {
        lastVideoId = videoId

        player.cueVideoById(videoId, startSeconds)
        YouTubePlayerBridge.sendVideoId(videoId)
    }

    function mute() {
        player.mute()
    }

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…