-
-
Notifications
You must be signed in to change notification settings - Fork 13
function_loadYoutubeVideo
Wesley de Groot edited this page Jan 2, 2016
·
14 revisions
get the mp4 URL of a youtube video
Type | @var | Description | Required |
string | videoID | the video ID | Required |
function | callback | Callback | Required |
tvOS.loadYoutubeVideo(videoID, function (video) {
console.log('Video url=' + video)
})
Wesley de Groot • CC-BY 4.0