C# Class RtmfpDownloader.DownloadProtocol

Inheritance: CSharpRTMP.Core.Protocols.Rtmfp.OutboundRTMFPProtocol, IDownload
Afficher le fichier Open project: langhuihui/csharprtmp Class Usage Examples

Méthodes publiques

Свойство Type Description
AppName string
DownloadSession DownloadSession
Speed long
StreamName string
TcUrl string

Méthodes publiques

Méthode Description
CreateSession ( Peer peer, Cookie cookie ) : Session
GetSpeed ( ) : long
Restart ( ) : void
Start ( string url, string filePath ) : void
Stop ( ) : void

Private Methods

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

CreateSession() public méthode

public CreateSession ( Peer peer, Cookie cookie ) : Session
peer Peer
cookie CSharpRTMP.Core.Protocols.Rtmfp.Cookie
Résultat Session

GetSpeed() public méthode

public GetSpeed ( ) : long
Résultat long

Restart() public méthode

public Restart ( ) : void
Résultat void

Start() public méthode

public Start ( string url, string filePath ) : void
url string
filePath string
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

AppName public_oe property

public string AppName
Résultat string

DownloadSession public_oe property

public DownloadSession,RtmfpDownloader DownloadSession
Résultat DownloadSession

Speed public_oe property

public long Speed
Résultat long

StreamName public_oe property

public string StreamName
Résultat string

TcUrl public_oe property

public string TcUrl
Résultat string