C# Class MediaPortal.Player.VideoPlayerVMR7.FilterStreams

Afficher le fichier Open project: MediaPortal/MediaPortal-1

Méthodes publiques

Méthode 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

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

Method Details

AddStreamInfos() public méthode

public AddStreamInfos ( FilterStreamInfos streamInfos ) : bool
streamInfos FilterStreamInfos
Résultat bool

AddStreamInfosEx() public méthode

public AddStreamInfosEx ( FilterStreamInfos streamInfos ) : bool
streamInfos FilterStreamInfos
Résultat bool

DeleteAllStreams() public méthode

public DeleteAllStreams ( ) : void
Résultat void

FilterStreams() public méthode

public FilterStreams ( ) : System
Résultat System

GetStreamCount() public méthode

public GetStreamCount ( StreamType Type ) : int
Type StreamType
Résultat int

GetStreamInfos() public méthode

public GetStreamInfos ( StreamType type, int id ) : FilterStreamInfos
type StreamType
id int
Résultat FilterStreamInfos

GetStreamInfosExternal() public méthode

public GetStreamInfosExternal ( StreamType type, int id ) : FilterStreamInfos
type StreamType
id int
Résultat FilterStreamInfos

SetCurrentValue() public méthode

public SetCurrentValue ( StreamType Type, int Id, bool Value ) : bool
Type StreamType
Id int
Value bool
Résultat bool