C# Class RtmfpDownloader.RtmpDownload

Inheritance: Core.Protocols.Rtmp.InboundRTMPProtocol, IDownload
Afficher le fichier Open project: langhuihui/csharprtmp Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
GetSpeed ( ) : long
Restart ( ) : void
Start ( string url, string filePath ) : void
Stop ( ) : void

Private Methods

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

Method Details

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

OutFileStream public_oe property

public IOutFileStream OutFileStream
Résultat IOutFileStream

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