C# Class RtmfpDownloader.RtmpDownload

Inheritance: Core.Protocols.Rtmp.InboundRTMPProtocol, IDownload
Show file Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
AppName string
OutFileStream IOutFileStream
Speed long
StreamName string
TcUrl string

Public Methods

Method Description
GetSpeed ( ) : long
Restart ( ) : void
Start ( string url, string filePath ) : void
Stop ( ) : void

Private Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

GetSpeed() public method

public GetSpeed ( ) : long
return long

Restart() public method

public Restart ( ) : void
return void

Start() public method

public Start ( string url, string filePath ) : void
url string
filePath string
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

AppName public property

public string AppName
return string

OutFileStream public property

public IOutFileStream OutFileStream
return IOutFileStream

Speed public property

public long Speed
return long

StreamName public property

public string StreamName
return string

TcUrl public property

public string TcUrl
return string