C# Class MediaPortal.Player.VideoPlayerVMR7.FilterStreams

Exibir arquivo Open project: MediaPortal/MediaPortal-1

Public Methods

Method Description
AddStreamInfos ( FilterStreamInfos streamInfos ) : bool
AddStreamInfosEx ( FilterStreamInfos streamInfos ) : bool
DeleteAllStreams ( ) : void
FilterStreams ( ) : System
GetStreamCount ( StreamType Type ) : int
GetStreamInfos ( StreamType type, int id ) : FilterStreamInfos
GetStreamInfosExternal ( StreamType type, int id ) : FilterStreamInfos
SetCurrentValue ( StreamType Type, int Id, bool Value ) : bool

Private Methods

Method Description
AddStreamInfos ( FilterStreamInfos streamInfos, int &streamsCount, FilterStreamInfos streams ) : bool
GetStreamInfos ( StreamType type, int id, int streamsCount, FilterStreamInfos streams ) : FilterStreamInfos

Method Details

AddStreamInfos() public method

public AddStreamInfos ( FilterStreamInfos streamInfos ) : bool
streamInfos FilterStreamInfos
return bool

AddStreamInfosEx() public method

public AddStreamInfosEx ( FilterStreamInfos streamInfos ) : bool
streamInfos FilterStreamInfos
return bool

DeleteAllStreams() public method

public DeleteAllStreams ( ) : void
return void

FilterStreams() public method

public FilterStreams ( ) : System
return System

GetStreamCount() public method

public GetStreamCount ( StreamType Type ) : int
Type StreamType
return int

GetStreamInfos() public method

public GetStreamInfos ( StreamType type, int id ) : FilterStreamInfos
type StreamType
id int
return FilterStreamInfos

GetStreamInfosExternal() public method

public GetStreamInfosExternal ( StreamType type, int id ) : FilterStreamInfos
type StreamType
id int
return FilterStreamInfos

SetCurrentValue() public method

public SetCurrentValue ( StreamType Type, int Id, bool Value ) : bool
Type StreamType
Id int
Value bool
return bool