C# Class DesktopLiveStreamer.ListStreams

Exibir arquivo Open project: charnet3d/DesktopLiveStreamer Class Usage Examples

Public Methods

Method 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 method

public ListStreams ( ) : System
return System

add() public method

public add ( System.Stream p ) : void
p System.Stream
return void

clear() public method

public clear ( ) : void
return void

getSize() public method

public getSize ( ) : int
return int

remove() public method

public remove ( int index ) : void
index int
return void

sort() public method

public sort ( ) : void
return void

sortByViewers() public method

public sortByViewers ( ) : void
return void

this() public method

public this ( int i ) : System.Stream
i int
return System.Stream