C# Class FluorineFx.Messaging.Rtmp.RtmpPacket

Afficher le fichier Open project: jdecuyper/FluorineFx Class Usage Examples

Méthodes publiques

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

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

Returns a string that represents the current RtmpPacket object.
public ToString ( ) : string
Résultat string

ToString() public méthode

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.
Résultat string