C# Class CSharpRTMP.Core.Protocols.Rtmfp.StreamWriter

Inheritance: FlowWriter
显示文件 Open project: langhuihui/csharprtmp

Public Properties

Property Type Description
Client Peer
QOS QualityOfService
Reseted bool

Public Methods

Method Description
StreamWriter ( byte type, string signature, IBandWriter band ) : System
StreamWriter ( byte type, string signature, Session band, ulong flowId ) : System
Write ( uint time, Stream data, bool unbuffered ) : void
Write ( uint time, Stream data, bool unbuffered, bool first, int length ) : void

Method Details

StreamWriter() public method

public StreamWriter ( byte type, string signature, IBandWriter band ) : System
type byte
signature string
band IBandWriter
return System

StreamWriter() public method

public StreamWriter ( byte type, string signature, Session band, ulong flowId ) : System
type byte
signature string
band Session
flowId ulong
return System

Write() public method

public Write ( uint time, Stream data, bool unbuffered ) : void
time uint
data Stream
unbuffered bool
return void

Write() public method

public Write ( uint time, Stream data, bool unbuffered, bool first, int length ) : void
time uint
data Stream
unbuffered bool
first bool
length int
return void

Property Details

Client public_oe property

public Peer Client
return Peer

QOS public_oe property

public QualityOfService,CSharpRTMP.Core.Protocols.Rtmfp QOS
return QualityOfService

Reseted public_oe property

public bool Reseted
return bool