C# Class FluorineFx.Messaging.Rtmp.RtmpPacket

ファイルを表示 Open project: jdecuyper/FluorineFx Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Returns a string that represents the current RtmpPacket object.

ToString ( int indentLevel ) : string

Returns a string that represents the current RtmpPacket object.

Private Methods

Method Description
RtmpPacket ( FluorineFx.Messaging.Rtmp.RtmpHeader header ) : System
RtmpPacket ( FluorineFx.Messaging.Rtmp.RtmpHeader header, IRtmpEvent message ) : System
ToStringFields ( int indentLevel ) : string

Returns a string that represents the current RtmpPacket object fields.

ToStringHeader ( int indentLevel ) : string

Returns a header string that represents the current RtmpPacket object.

Method Details

ToString() public method

Returns a string that represents the current RtmpPacket object.
public ToString ( ) : string
return string

ToString() public method

Returns a string that represents the current RtmpPacket object.
public ToString ( int indentLevel ) : string
indentLevel int The indentation level used for tracing the packet members.
return string