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

Inheritance: Message
Datei anzeigen Open project: langhuihui/csharprtmp

Public Properties

Property Type Description
Writer AMF0Writer

Public Methods

Method Description
MessageBuffered ( ) : System
MessageBuffered ( bool repeatable = true ) : System
Recycle ( ) : void

Protected Methods

Method Description
Init ( uint position ) : uint

Method Details

Init() protected method

protected Init ( uint position ) : uint
position uint
return uint

MessageBuffered() public method

public MessageBuffered ( ) : System
return System

MessageBuffered() public method

public MessageBuffered ( bool repeatable = true ) : System
repeatable bool
return System

Recycle() public method

public Recycle ( ) : void
return void

Property Details

Writer public_oe property

public AMF0Writer Writer
return AMF0Writer