C# Class MediaPortal.UI.Players.InputStreamPlayer.InputStreamPlayer

Inheritance: MediaPortal.UI.Players.Video.VideoPlayer
ファイルを表示 Open project: offbyoneBB/mp-onlinevideos2 Class Usage Examples

Protected Properties

Property Type Description
_streamSourceFilter StreamSourceFilter

Public Methods

Method Description
InitStream ( InputStream onlineSource ) : void

Protected Methods

Method Description
AddAudioRenderer ( ) : void
AddSourceFilter ( ) : void
AddSubtitleFilter ( bool isSourceFilterPresent ) : void
FreeCodecs ( ) : void
GetSubtitlePath ( string &paths, string &filename ) : bool
RenderSourceFilterPins ( ) : void

Method Details

AddAudioRenderer() protected method

protected AddAudioRenderer ( ) : void
return void

AddSourceFilter() protected method

protected AddSourceFilter ( ) : void
return void

AddSubtitleFilter() protected method

protected AddSubtitleFilter ( bool isSourceFilterPresent ) : void
isSourceFilterPresent bool
return void

FreeCodecs() protected method

protected FreeCodecs ( ) : void
return void

GetSubtitlePath() protected method

protected GetSubtitlePath ( string &paths, string &filename ) : bool
paths string
filename string
return bool

InitStream() public method

public InitStream ( InputStream onlineSource ) : void
onlineSource MediaPortalWrapper.InputStream
return void

RenderSourceFilterPins() protected method

protected RenderSourceFilterPins ( ) : void
return void

Property Details

_streamSourceFilter protected_oe property

protected StreamSourceFilter _streamSourceFilter
return StreamSourceFilter