C# Class RtmfpDownloader.RtmpDownload

Inheritance: Core.Protocols.Rtmp.InboundRTMPProtocol, IDownload
显示文件 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_oe property

public string AppName
return string

OutFileStream public_oe property

public IOutFileStream OutFileStream
return IOutFileStream

Speed public_oe property

public long Speed
return long

StreamName public_oe property

public string StreamName
return string

TcUrl public_oe property

public string TcUrl
return string