C# Class OnlineVideos.Sites.BrightCoveUtil

Inheritance: OnlineVideos.Sites.GenericSiteUtil
Afficher le fichier Open project: offbyoneBB/mp-onlinevideos2

Protected Properties

Свойство Type Description
lastResponse AMFObject

Méthodes publiques

Méthode Description
GetVideoUrl ( System.VideoInfo video ) : string

Méthodes protégées

Méthode Description
FillPlaybackOptions ( System.VideoInfo video, AMFArray renditions ) : string
GetFileUrl ( System.VideoInfo video, string data ) : string
GetResultsFromFindByMediaId ( Match m ) : AMFArray
GetResultsFromViewerExperienceRequest ( Match m, string videoUrl ) : AMFArray

Method Details

FillPlaybackOptions() protected méthode

protected FillPlaybackOptions ( System.VideoInfo video, AMFArray renditions ) : string
video System.VideoInfo
renditions AMFArray
Résultat string

GetFileUrl() protected méthode

protected GetFileUrl ( System.VideoInfo video, string data ) : string
video System.VideoInfo
data string
Résultat string

GetResultsFromFindByMediaId() protected méthode

protected GetResultsFromFindByMediaId ( Match m ) : AMFArray
m System.Text.RegularExpressions.Match
Résultat AMFArray

GetResultsFromViewerExperienceRequest() protected méthode

protected GetResultsFromViewerExperienceRequest ( Match m, string videoUrl ) : AMFArray
m System.Text.RegularExpressions.Match
videoUrl string
Résultat AMFArray

GetVideoUrl() public méthode

public GetVideoUrl ( System.VideoInfo video ) : string
video System.VideoInfo
Résultat string

Property Details

lastResponse protected_oe property

protected AMFObject lastResponse
Résultat AMFObject