C# 클래스 RtmfpDownloader.DownloadProtocol

상속: CSharpRTMP.Core.Protocols.Rtmfp.OutboundRTMFPProtocol, IDownload
파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AppName string
DownloadSession DownloadSession
Speed long
StreamName string
TcUrl string

공개 메소드들

메소드 설명
CreateSession ( Peer peer, Cookie cookie ) : Session
GetSpeed ( ) : long
Restart ( ) : void
Start ( string url, string filePath ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
OnPropertyChanged ( [ propertyName = null ) : void

메소드 상세

CreateSession() 공개 메소드

public CreateSession ( Peer peer, Cookie cookie ) : Session
peer Peer
cookie CSharpRTMP.Core.Protocols.Rtmfp.Cookie
리턴 Session

GetSpeed() 공개 메소드

public GetSpeed ( ) : long
리턴 long

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

Start() 공개 메소드

public Start ( string url, string filePath ) : void
url string
filePath string
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

AppName 공개적으로 프로퍼티

public string AppName
리턴 string

DownloadSession 공개적으로 프로퍼티

public DownloadSession,RtmfpDownloader DownloadSession
리턴 DownloadSession

Speed 공개적으로 프로퍼티

public long Speed
리턴 long

StreamName 공개적으로 프로퍼티

public string StreamName
리턴 string

TcUrl 공개적으로 프로퍼티

public string TcUrl
리턴 string