C# 클래스 MediaPortal.UI.Players.InputStreamPlayer.InputStreamPlayer

상속: MediaPortal.UI.Players.Video.VideoPlayer
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_streamSourceFilter StreamSourceFilter

공개 메소드들

메소드 설명
InitStream ( InputStream onlineSource ) : void

보호된 메소드들

메소드 설명
AddAudioRenderer ( ) : void
AddSourceFilter ( ) : void
AddSubtitleFilter ( bool isSourceFilterPresent ) : void
FreeCodecs ( ) : void
GetSubtitlePath ( string &paths, string &filename ) : bool
RenderSourceFilterPins ( ) : void

메소드 상세

AddAudioRenderer() 보호된 메소드

protected AddAudioRenderer ( ) : void
리턴 void

AddSourceFilter() 보호된 메소드

protected AddSourceFilter ( ) : void
리턴 void

AddSubtitleFilter() 보호된 메소드

protected AddSubtitleFilter ( bool isSourceFilterPresent ) : void
isSourceFilterPresent bool
리턴 void

FreeCodecs() 보호된 메소드

protected FreeCodecs ( ) : void
리턴 void

GetSubtitlePath() 보호된 메소드

protected GetSubtitlePath ( string &paths, string &filename ) : bool
paths string
filename string
리턴 bool

InitStream() 공개 메소드

public InitStream ( InputStream onlineSource ) : void
onlineSource MediaPortalWrapper.InputStream
리턴 void

RenderSourceFilterPins() 보호된 메소드

protected RenderSourceFilterPins ( ) : void
리턴 void

프로퍼티 상세

_streamSourceFilter 보호되어 있는 프로퍼티

protected StreamSourceFilter _streamSourceFilter
리턴 StreamSourceFilter