C# 클래스 OnlineVideos.Sites.BrightCoveUtil

상속: OnlineVideos.Sites.GenericSiteUtil
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

보호된 프로퍼티들

프로퍼티 타입 설명
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