static class MediaHelper

Methods

static bool IsYoutubeUrl( string url )
static string GetIdFromYoutubeUrl( string url )
static Task<YoutubePlayerResponse> GetYoutubePlayerResponseFromId( string id )
static Task<YoutubePlayerResponse> GetYoutubePlayerResponseFromUrl( string url )
static Task<string> GetUrlFromYoutubeId( string id )
static Task<string> GetUrlFromYoutubeUrl( string url )