C# Class OnlineVideos.Sites.BrightCoveUtil

Inheritance: OnlineVideos.Sites.GenericSiteUtil
显示文件 Open project: offbyoneBB/mp-onlinevideos2

Protected Properties

Property Type Description
lastResponse AMFObject

Public Methods

Method Description
GetVideoUrl ( System.VideoInfo video ) : string

Protected Methods

Method 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 method

protected FillPlaybackOptions ( System.VideoInfo video, AMFArray renditions ) : string
video System.VideoInfo
renditions AMFArray
return string

GetFileUrl() protected method

protected GetFileUrl ( System.VideoInfo video, string data ) : string
video System.VideoInfo
data string
return string

GetResultsFromFindByMediaId() protected method

protected GetResultsFromFindByMediaId ( Match m ) : AMFArray
m System.Text.RegularExpressions.Match
return AMFArray

GetResultsFromViewerExperienceRequest() protected method

protected GetResultsFromViewerExperienceRequest ( Match m, string videoUrl ) : AMFArray
m System.Text.RegularExpressions.Match
videoUrl string
return AMFArray

GetVideoUrl() public method

public GetVideoUrl ( System.VideoInfo video ) : string
video System.VideoInfo
return string

Property Details

lastResponse protected_oe property

protected AMFObject lastResponse
return AMFObject