C# Class DesktopLiveStreamer.ListStreams

Afficher le fichier Open project: charnet3d/DesktopLiveStreamer Class Usage Examples

Méthodes publiques

Méthode Description
ListStreams ( ) : System
add ( System.Stream p ) : void
clear ( ) : void
getSize ( ) : int
remove ( int index ) : void
sort ( ) : void
sortByViewers ( ) : void
this ( int i ) : System.Stream

Method Details

ListStreams() public méthode

public ListStreams ( ) : System
Résultat System

add() public méthode

public add ( System.Stream p ) : void
p System.Stream
Résultat void

clear() public méthode

public clear ( ) : void
Résultat void

getSize() public méthode

public getSize ( ) : int
Résultat int

remove() public méthode

public remove ( int index ) : void
index int
Résultat void

sort() public méthode

public sort ( ) : void
Résultat void

sortByViewers() public méthode

public sortByViewers ( ) : void
Résultat void

this() public méthode

public this ( int i ) : System.Stream
i int
Résultat System.Stream