C# Класс OnlineVideos.Sites.BrightCoveUtil

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

Защищенные свойства (Protected)

Свойство Тип Описание
lastResponse AMFObject

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

Метод Описание
GetVideoUrl ( System.VideoInfo video ) : string

Защищенные методы

Метод Описание
FillPlaybackOptions ( System.VideoInfo video, AMFArray renditions ) : string
GetFileUrl ( System.VideoInfo video, string data ) : string
GetResultsFromFindByMediaId ( Match m ) : AMFArray
GetResultsFromViewerExperienceRequest ( Match m, string videoUrl ) : AMFArray

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

FillPlaybackOptions() защищенный Метод

protected FillPlaybackOptions ( System.VideoInfo video, AMFArray renditions ) : string
video System.VideoInfo
renditions AMFArray
Результат string

GetFileUrl() защищенный Метод

protected GetFileUrl ( System.VideoInfo video, string data ) : string
video System.VideoInfo
data string
Результат string

GetResultsFromFindByMediaId() защищенный Метод

protected GetResultsFromFindByMediaId ( Match m ) : AMFArray
m System.Text.RegularExpressions.Match
Результат AMFArray

GetResultsFromViewerExperienceRequest() защищенный Метод

protected GetResultsFromViewerExperienceRequest ( Match m, string videoUrl ) : AMFArray
m System.Text.RegularExpressions.Match
videoUrl string
Результат AMFArray

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

public GetVideoUrl ( System.VideoInfo video ) : string
video System.VideoInfo
Результат string

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

lastResponse защищенное свойство

protected AMFObject lastResponse
Результат AMFObject