C# Class VideoLibrary.YouTubeVideo

Show file Open project: jamesqo/libvideo Class Usage Examples

Public Methods

Method Description
GetUri ( Func makeClient ) : string
GetUriAsync ( ) : Task
GetUriAsync ( Func makeClient ) : Task

Private Methods

Method Description
YouTubeVideo ( string title, UnscrambledQuery query, string jsPlayer, bool manifestExist = false ) : System

Method Details

GetUri() public method

public GetUri ( Func makeClient ) : string
makeClient Func
return string

GetUriAsync() public method

public GetUriAsync ( ) : Task
return Task

GetUriAsync() public method

public GetUriAsync ( Func makeClient ) : Task
makeClient Func
return Task