Property | Type | Description | |
---|---|---|---|
PlaybackOptions | string>.Dictionary |
Method | Description | |
---|---|---|
CleanDescriptionAndTitle ( ) : void | ||
CloneForPlaylist ( string videoUrl, bool withPlaybackOptions ) : |
||
CreateMatroskaXmlTag ( string niceTitle ) : string |
Create a Matroska Xml Tag (http://www.matroska.org/technical/specs/tagging/index.html) for the Video. With Title, Description and Airdate.
|
|
GetExtendedProperties ( ) : string>.Dictionary |
||
GetPlaybackOptionUrl ( string option ) : string |
Can be overriden to further resolve the urls of a playbackoption. By default it only returns the url for the option given as parameter.
|
|
GetPreferredUrl ( bool first ) : string |
Returns the preferred url from the PlaybackOptions Also deletes PlaybackOptions if not needed
|
|
ToString ( ) : string | ||
VideoInfo ( ) : System.Collections.Generic |
public CloneForPlaylist ( string videoUrl, bool withPlaybackOptions ) : |
||
videoUrl | string | |
withPlaybackOptions | bool | |
return |
public CreateMatroskaXmlTag ( string niceTitle ) : string | ||
niceTitle | string | |
return | string |
public GetExtendedProperties ( ) : string>.Dictionary |
||
return | string>.Dictionary |
public GetPlaybackOptionUrl ( string option ) : string | ||
option | string | key from the |
return | string |
public GetPreferredUrl ( bool first ) : string | ||
first | bool | true if first one is preferred, false returns the last one |
return | string |
public VideoInfo ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |