C# 클래스 DesktopLiveStreamer.ListStreams

파일 보기 프로젝트 열기: charnet3d/DesktopLiveStreamer 1 사용 예제들

공개 메소드들

메소드 설명
ListStreams ( ) : System
add ( System.Stream p ) : void
clear ( ) : void
getSize ( ) : int
remove ( int index ) : void
sort ( ) : void
sortByViewers ( ) : void
this ( int i ) : System.Stream

메소드 상세

ListStreams() 공개 메소드

public ListStreams ( ) : System
리턴 System

add() 공개 메소드

public add ( System.Stream p ) : void
p System.Stream
리턴 void

clear() 공개 메소드

public clear ( ) : void
리턴 void

getSize() 공개 메소드

public getSize ( ) : int
리턴 int

remove() 공개 메소드

public remove ( int index ) : void
index int
리턴 void

sort() 공개 메소드

public sort ( ) : void
리턴 void

sortByViewers() 공개 메소드

public sortByViewers ( ) : void
리턴 void

this() 공개 메소드

public this ( int i ) : System.Stream
i int
리턴 System.Stream