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

Inheritance: FlowWriter
Afficher le fichier Open project: langhuihui/csharprtmp

Méthodes publiques

Свойство Type Description
Client Peer
QOS QualityOfService
Reseted bool

Méthodes publiques

Méthode 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 méthode

public StreamWriter ( byte type, string signature, IBandWriter band ) : System
type byte
signature string
band IBandWriter
Résultat System

StreamWriter() public méthode

public StreamWriter ( byte type, string signature, Session band, ulong flowId ) : System
type byte
signature string
band Session
flowId ulong
Résultat System

Write() public méthode

public Write ( uint time, Stream data, bool unbuffered ) : void
time uint
data Stream
unbuffered bool
Résultat void

Write() public méthode

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

Property Details

Client public_oe property

public Peer Client
Résultat Peer

QOS public_oe property

public QualityOfService,CSharpRTMP.Core.Protocols.Rtmfp QOS
Résultat QualityOfService

Reseted public_oe property

public bool Reseted
Résultat bool