C# Класс OnlineVideos.VideoInfo

Наследование: SearchResultItem
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
PlaybackOptions string>.Dictionary

Открытые методы

Метод Описание
CleanDescriptionAndTitle ( ) : void
CloneForPlaylist ( string videoUrl, bool withPlaybackOptions ) : VideoInfo
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

Описание методов

CleanDescriptionAndTitle() публичный Метод

public CleanDescriptionAndTitle ( ) : void
Результат void

CloneForPlaylist() публичный Метод

public CloneForPlaylist ( string videoUrl, bool withPlaybackOptions ) : VideoInfo
videoUrl string
withPlaybackOptions bool
Результат VideoInfo

CreateMatroskaXmlTag() публичный Метод

Create a Matroska Xml Tag (http://www.matroska.org/technical/specs/tagging/index.html) for the Video. With Title, Description and Airdate.
public CreateMatroskaXmlTag ( string niceTitle ) : string
niceTitle string
Результат string

GetExtendedProperties() публичный Метод

public GetExtendedProperties ( ) : string>.Dictionary
Результат string>.Dictionary

GetPlaybackOptionUrl() публичный Метод

Can be overriden to further resolve the urls of a playbackoption. By default it only returns the url for the option given as parameter.
public GetPlaybackOptionUrl ( string option ) : string
option string key from the to get a playback url for
Результат string

GetPreferredUrl() публичный Метод

Returns the preferred url from the PlaybackOptions Also deletes PlaybackOptions if not needed
public GetPreferredUrl ( bool first ) : string
first bool true if first one is preferred, false returns the last one
Результат string

ToString() публичный Метод

public ToString ( ) : string
Результат string

VideoInfo() публичный Метод

public VideoInfo ( ) : System.Collections.Generic
Результат System.Collections.Generic

Описание свойств

PlaybackOptions публичное свойство

public Dictionary PlaybackOptions
Результат string>.Dictionary