C# Class CSharpRTMP.Core.Protocols.Rtmp.RTMPProtocolSerializer

Afficher le fichier Open project: langhuihui/csharprtmp

Méthodes publiques

Свойство Type Description
InternalBuffer System.IO.MemoryStream

Méthodes publiques

Méthode Description
Deserialize ( int msgType, AMF0Reader _amf0 ) : Variant
GetSOPrimitiveString ( byte type ) : string
GetUserCtrlTypeString ( ushort type ) : string
RTMPProtocolSerializer ( ) : System
Serialize ( AmfMessage &message ) : bool
Serialize ( Channel channel, AmfMessage message, Stream stream, uint chuckSize ) : bool

Method Details

Deserialize() public méthode

public Deserialize ( int msgType, AMF0Reader _amf0 ) : Variant
msgType int
_amf0 AMF0Reader
Résultat Variant

GetSOPrimitiveString() public static méthode

public static GetSOPrimitiveString ( byte type ) : string
type byte
Résultat string

GetUserCtrlTypeString() public static méthode

public static GetUserCtrlTypeString ( ushort type ) : string
type ushort
Résultat string

RTMPProtocolSerializer() public méthode

public RTMPProtocolSerializer ( ) : System
Résultat System

Serialize() public méthode

public Serialize ( AmfMessage &message ) : bool
message AmfMessage
Résultat bool

Serialize() public méthode

public Serialize ( Channel channel, AmfMessage message, Stream stream, uint chuckSize ) : bool
channel Channel
message AmfMessage
stream Stream
chuckSize uint
Résultat bool

Property Details

InternalBuffer public_oe property

public MemoryStream,System.IO InternalBuffer
Résultat System.IO.MemoryStream